// from a text control. All validators transfer data, but not
// all test validity, so don't be confused by the name.
-#if defined(__GNUG__) && !defined(__APPLE__)
-# pragma implementation
-#endif // __GNUG__
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
wxValidator::SetBellOnError(m_silent);
file_menu->Check(VALIDATE_TOGGLE_BELL, !wxValidator::IsSilent());
+#if wxUSE_STATUSBAR
CreateStatusBar(1);
+#endif // wxUSE_STATUSBAR
}
void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))