X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2d49353d4ac77775d5c513e55940175458faa1c..92850d6b2ff6072f4801152fd6bfdb7263715ec0:/contrib/samples/gizmos/multicell/mtest.cpp diff --git a/contrib/samples/gizmos/multicell/mtest.cpp b/contrib/samples/gizmos/multicell/mtest.cpp index b3da3f73ee..9b0dc001b9 100644 --- a/contrib/samples/gizmos/multicell/mtest.cpp +++ b/contrib/samples/gizmos/multicell/mtest.cpp @@ -5,6 +5,7 @@ * Created: 2000 * Updated: * Copyright: + * License: wxWindows licence */ static const char sccsid[] = "%W% %G%"; @@ -66,7 +67,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) {