]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.cpp
ConvertToImage: Check !Ok() (we may not have any ref data at all) and if
[wxWidgets.git] / 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!"));