]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/demo.cpp
disabled wxStackWalker and wxCrashReport for Win64
[wxWidgets.git] / samples / help / demo.cpp
index d0dc6d94712110052a5415076fe3b5fe98628d03..22561060124c10abc5204e0ad1ee3cbb9da91ff8 100644 (file)
@@ -425,9 +425,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();
     SetStatusText(_T("Welcome to wxWidgets!"));
+#endif // wxUSE_STATUSBAR
 
     // now create some controls