create status bar to see wxLogStatus messages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-08-20 12:14:41 +00:00
parent 75deeb0dee
commit f9d0e43901

View File

@ -432,6 +432,10 @@ MyFrame::MyFrame(wxWindow *parent,
);
}
#endif // wxUSE_COLOURDLG
#if wxUSE_STATUSBAR
CreateStatusBar();
#endif // wxUSE_STATUSBAR
}
#if wxUSE_COLOURDLG