added status bar to the sample because it uses wxLogStatus()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2001 21:33:49 +0000 (21:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2001 21:33:49 +0000 (21:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/dialogs.cpp

index f39e33f67a4c434a89b3ed0b3fe453cc1cac7220..2dcbb0b92e6ff9057756484d1d5d9f88c911c9c1 100644 (file)
@@ -188,6 +188,8 @@ MyFrame::MyFrame(wxWindow *parent,
        : wxFrame(parent, -1, title, pos, size)
 {
     m_dialog = (MyModelessDialog *)NULL;
+
+    CreateStatusBar();
 }
 
 void MyFrame::ChooseColour(wxCommandEvent& WXUNUSED(event) )