From 6a5cfd10737950fd90d90872a28d7771664d5b51 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... --- 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