From db6d3058aeeb898b8d0f95a3477b07c7127d0ffe Mon Sep 17 00:00:00 2001 From: upstream svn Date: Sat, 7 May 2011 22:14:45 +0000 Subject: [PATCH] Another debug flag fix --- .svn-revision | 2 +- src/OtherFunctions.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.svn-revision b/.svn-revision index 999f235e..240fb49e 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -10559 +10560 diff --git a/src/OtherFunctions.cpp b/src/OtherFunctions.cpp index b8e89b33..bc4807c5 100644 --- a/src/OtherFunctions.cpp +++ b/src/OtherFunctions.cpp @@ -86,7 +86,7 @@ wxString GetMuleVersion() ver += CFormat(wxT(" v%d.%d.%d")) % wxMAJOR_VERSION % wxMINOR_VERSION % wxRELEASE_NUMBER; -#ifdef __WXDEBUG__ +#ifdef __DEBUG__ ver += wxT(" (Debugging)"); #endif -- 2.11.4.GIT