From e67315c7f89edc7211adc9e2c750eaf8cabcc721 Mon Sep 17 00:00:00 2001 From: DoctorWho11 <11doctorwhocanada@gmail.com> Date: Fri, 12 Jun 2015 08:45:19 -0400 Subject: [PATCH] more build fixes --- src/wx/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 30bc49f6..7ae01f6f 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -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();