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())
|
if (!version.IsEmpty())
|
||||||
version = version + wxT("-");
|
version = version + wxT("-");
|
||||||
|
|
||||||
version = version + wxT("Git:");
|
version = version + wxT(VERSION);
|
||||||
#endif
|
#endif
|
||||||
ai.SetVersion(version);
|
ai.SetVersion(version);
|
||||||
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
||||||
|
|
|
@ -460,7 +460,7 @@ void GameArea::SetFrameTitle()
|
||||||
|
|
||||||
tit.append(wxT("VisualBoyAdvance-M "));
|
tit.append(wxT("VisualBoyAdvance-M "));
|
||||||
#ifndef FINAL_BUILD
|
#ifndef FINAL_BUILD
|
||||||
tit.append(_("Git:"));
|
tit.append(_(VERSION));
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_LINK
|
#ifndef NO_LINK
|
||||||
int playerId = GetLinkPlayerId();
|
int playerId = GetLinkPlayerId();
|
||||||
|
|
Loading…
Reference in New Issue