more build fixes

This commit is contained in:
DoctorWho11 2015-06-12 08:45:19 -04:00
parent 7ea54ecbf0
commit e67315c7f8
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(_(SVN_REV_STR));
tit.append(_("Git:"));
#endif
#ifndef NO_LINK
int playerId = GetLinkPlayerId();