]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/oleauto/oleauto.cpp
Added PalmOS to release scripts
[wxWidgets.git] / samples / oleauto / oleauto.cpp
index 1d851b9f64f39d8b7ebc0e93e5c728ba6238dbf5..a4de77a6a24fbe8acce0eeddc2d04e0e21572bbc 100644 (file)
@@ -170,9 +170,11 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
     // ... and attach this menu bar to the frame
     SetMenuBar(menuBar);
 
+#if wxUSE_STATUSBAR
     // create a status bar just for fun (by default with 1 pane only)
     CreateStatusBar(2);
     SetStatusText(_T("Welcome to wxWidgets!"));
+#endif // wxUSE_STATUSBAR
 }