diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 30bc49f6..7ae01f6f 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -451,7 +451,7 @@ void GameArea::SetFrameTitle() tit.append(wxT("VisualBoyAdvance-M ")); #ifndef FINAL_BUILD - tit.append(_(SVN_REV_STR)); + tit.append(_("Git:")); #endif #ifndef NO_LINK int playerId = GetLinkPlayerId();