]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed statusbar removal under WinCE
authorJulian Smart <julian@anthemion.co.uk>
Sun, 28 Dec 2003 17:34:18 +0000 (17:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 28 Dec 2003 17:34:18 +0000 (17:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

index 500da7916e312fdf3771e0e780eacfbcdadef681..6cc188672619f9d87098855d6324e54b3ed06bc3 100644 (file)
@@ -161,7 +161,7 @@ MyFrame::MyFrame(const wxString& title)
     SetMenuBar(menuBar);
 #endif // wxUSE_MENUS
 
-#if wxUSE_STATUSBAR && !defined(__WXWINCE__)
+#if wxUSE_STATUSBAR
     // create a status bar just for fun (by default with 1 pane only)
     CreateStatusBar(2);
     SetStatusText(_T("Welcome to wxWindows!"));