just changed a define to an existing one, when FINAL_VERSION is not defined it'll show svn string and when defined it will not show.
This commit is contained in:
parent
90249184a3
commit
37d5e9e91c
|
@ -426,7 +426,7 @@ void GameArea::SetFrameTitle()
|
||||||
}
|
}
|
||||||
|
|
||||||
tit.append(wxT("VisualBoyAdvance-M "));
|
tit.append(wxT("VisualBoyAdvance-M "));
|
||||||
#ifdef SVNCOMPILE
|
#ifndef FINAL_VERSION
|
||||||
tit.append(wxT(SVN_REV_STR));
|
tit.append(wxT(SVN_REV_STR));
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_LINK
|
#ifndef NO_LINK
|
||||||
|
|
Loading…
Reference in New Issue