From 5152ece07dd8dbd156124b62faa386032d01c36a Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Thu, 28 May 2015 14:58:11 +0000 Subject: [PATCH] merp, I goofed up somewhere... git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1496 a31d4220-a93d-0410-bf67-fe4944624d44 --- 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 b6d6c524..05cc9856 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -450,7 +450,7 @@ void GameArea::SetFrameTitle() } tit.append(wxT("VisualBoyAdvance-M ")); -#ifndef FINAL_BUILD +#ifdef FINAL_BUILD tit.append(_(SVN_REV_STR)); #endif #ifndef NO_LINK