more build fixes
This commit is contained in:
parent
7ea54ecbf0
commit
e67315c7f8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue