X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5014bb3a2f07747a69c486ff3e3732a8cabd37fd..5dfc7e56e5da728f57b139f47c7dd234c6754dbe:/samples/config/conftest.cpp?ds=inline diff --git a/samples/config/conftest.cpp b/samples/config/conftest.cpp index 40fd36a672..112e79056d 100644 --- a/samples/config/conftest.cpp +++ b/samples/config/conftest.cpp @@ -159,7 +159,9 @@ MyFrame::MyFrame() menu_bar->Append(file_menu, _T("&File")); SetMenuBar(menu_bar); +#if wxUSE_STATUSBAR CreateStatusBar(); +#endif // wxUSE_STATUSBAR // child controls wxPanel *panel = new wxPanel(this); @@ -214,7 +216,7 @@ void MyFrame::OnQuit(wxCommandEvent&) void MyFrame::OnAbout(wxCommandEvent&) { - wxMessageBox(_T("wxConfig demo\n© 1998-2001 Vadim Zeitlin"), _T("About"), + wxMessageBox(_T("wxConfig demo\n(c) 1998-2001 Vadim Zeitlin"), _T("About"), wxICON_INFORMATION | wxOK); }