Actually display the commit version. However may shorten it since it displays the full string.
This commit is contained in:
parent
06ffccc3f9
commit
3fac31acb5
|
@ -2519,7 +2519,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
|||
if (!version.IsEmpty())
|
||||
version = version + wxT("-");
|
||||
|
||||
version = version + wxT("Git:");
|
||||
version = version + wxT(VERSION);
|
||||
#endif
|
||||
ai.SetVersion(version);
|
||||
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
||||
|
|
|
@ -460,7 +460,7 @@ void GameArea::SetFrameTitle()
|
|||
|
||||
tit.append(wxT("VisualBoyAdvance-M "));
|
||||
#ifndef FINAL_BUILD
|
||||
tit.append(_("Git:"));
|
||||
tit.append(_(VERSION));
|
||||
#endif
|
||||
#ifndef NO_LINK
|
||||
int playerId = GetLinkPlayerId();
|
||||
|
|
Loading…
Reference in New Issue