svn string shouldn't be translatable

This commit is contained in:
wowzaman12 2015-05-28 14:56:45 +00:00
parent 01d776b9e8
commit 12a9c921c0
1 changed files with 1 additions and 1 deletions

View File

@ -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();