]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/app.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / mac / app.cpp
index 8cd0fbe281b0ece16e7df2364842401eb6ba13ed..d662578090cd44373d2e0356c3c90019370bc91f 100644 (file)
@@ -796,7 +796,9 @@ wxApp::wxApp()
   m_topWindow = NULL;
   wxTheApp = this;
 
-  m_wantDebugOutput = TRUE ;
+#if WXWIN_COMPATIBILITY_2_2
+  m_wantDebugOutput = TRUE;
+#endif
 
   argc = 0;
   argv = NULL;