* Created: 2000
* Updated:
* Copyright:
+ * License: wxWindows licence
*/
-static const char sccsid[] = "%W% %G%";
-
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#pragma interface
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)
{