]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Fix crash when editing wxDVC items in place in wxOSX/Cocoa.
[wxWidgets.git] / include / wx / msw / setup0.h
index 9deacf6e966407ba101994fe7d9a90ddbc97ebc0..a83367c838ccff7e2412d6bb46187398d49383ec 100644 (file)
 // enumerated above, then this class is mostly useless too)
 #define wxUSE_IMAGLIST      1
 
+// Use wxInfoBar class.
+//
+// Default is 1.
+//
+// Recommended setting: 1 (but can be disabled without problems as nothing
+// depends on it)
+#define wxUSE_INFOBAR       1
+
 // Use wxMenu, wxMenuBar, wxMenuItem.
 //
 // Default is 1.