]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
make it possible to associate context help text with individual radiobox items
[wxWidgets.git] / src / msw / frame.cpp
index 55edcb689fb2ae98f6ca6b73a77d8055b25d06dd..42a71529a7e7a3b2c8b6b399e45824d9e9f41c9e 100644 (file)
@@ -37,6 +37,7 @@
     #include "wx/panel.h"
     #include "wx/log.h"
     #include "wx/toolbar.h"
+    #include "wx/statusbr.h"
 #endif // WX_PRECOMP
 
 #include "wx/msw/private.h"
     #include "wx/msw/winundef.h"
 #endif
 
-#if wxUSE_STATUSBAR
-    #include "wx/statusbr.h"
-    #include "wx/generic/statusbr.h"
-#endif // wxUSE_STATUSBAR
+#include "wx/generic/statusbr.h"
 
 #include "wx/menuitem.h"