#include "wx/numdlg.h"
#include "wx/fontdlg.h"
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
#include "../sample.xpm"
#endif
wxT("Toggle status bar format"));
wxMenu *helpMenu = new wxMenu;
- helpMenu->Append(StatusBar_About, wxT("&About...\tCtrl-A"),
+ helpMenu->Append(StatusBar_About, wxT("&About\tCtrl-A"),
wxT("Show about dialog"));
// now append the freshly created menu to the menu bar...
return;
#endif
- // TEMPORARY HACK: TODO find a more general solution
-#ifdef wxStatusBarGeneric
- wxStatusBar::OnSize(event);
-#endif
-
wxRect rect;
if (!GetFieldRect(Field_Checkbox, rect))
{