From 12a9c921c02b0fad3467f653d54969ae6fec6218 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Thu, 28 May 2015 14:56:45 +0000 Subject: [PATCH] svn string shouldn't be translatable --- src/wx/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();