X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2d49353d4ac77775d5c513e55940175458faa1c..2edad6fc48eb24235bbbb28345a568c1d859b15c:/contrib/samples/gizmos/multicell/mtest.cpp diff --git a/contrib/samples/gizmos/multicell/mtest.cpp b/contrib/samples/gizmos/multicell/mtest.cpp index b3da3f73ee..65f6ce0083 100644 --- a/contrib/samples/gizmos/multicell/mtest.cpp +++ b/contrib/samples/gizmos/multicell/mtest.cpp @@ -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) {