]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/multicell/mtest.cpp
Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
[wxWidgets.git] / contrib / samples / gizmos / multicell / mtest.cpp
index b3da3f73ee87fd8ef24668cf765e21d4d34837f5..65f6ce0083445d05f6627062aa1897b01fa1365c 100644 (file)
@@ -5,10 +5,9 @@
  * Created: 2000
  * Updated:
  * Copyright:
+ * License: wxWindows licence
  */
 
-static const char sccsid[] = "%W% %G%";
-
 #if defined(__GNUG__) && !defined(__APPLE__)
     #pragma implementation
     #pragma interface
@@ -66,7 +65,9 @@ bool MyApp::OnInit(void)
 MyFrame::MyFrame(int type, wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size):
 wxFrame(frame, wxID_ANY, title, pos, size, wxDEFAULT_FRAME_STYLE | wxVSCROLL | wxHSCROLL)
 {
+#if wxUSE_STATUSBAR
     CreateStatusBar(1);
+#endif // wxUSE_STATUSBAR
     sizer = NULL;
     if (type == 1)
     {