diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index e4562607..b6d6c524 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(wxT(SVN_REV_STR)); + tit.append(_(SVN_REV_STR)); #endif #ifndef NO_LINK int playerId = GetLinkPlayerId();