]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
use <bitmapsize> to load bitmaps at the specified size in wxToolBar's XRC handler
[wxWidgets.git] / include / wx / log.h
index 39a539f329ce6adbad7ab7402e8d8aa9fcf8d22a..d948772c244d9e2717dc954c8faae71dd8453ffb 100644 (file)
@@ -66,9 +66,9 @@ typedef unsigned long wxLogLevel;
 
 // wxUSE_LOG_TRACE enables the trace messages, they are disabled by default
 #ifndef wxUSE_LOG_TRACE
-    #if wxDEBUG_LEVEL >= 2
+    #if wxDEBUG_LEVEL
         #define wxUSE_LOG_TRACE 1
-    #else // wxDEBUG_LEVEL < 2
+    #else // !wxDEBUG_LEVEL
         #define wxUSE_LOG_TRACE 0
     #endif
 #endif // wxUSE_LOG_TRACE