svn string shouldn't be translatable
This commit is contained in:
parent
01d776b9e8
commit
12a9c921c0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue