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