projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d497dca
)
added status bar to the sample because it uses wxLogStatus()
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 7 Oct 2001 21:33:49 +0000
(21:33 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/samples/dialogs/dialogs.cpp
b/samples/dialogs/dialogs.cpp
index f39e33f67a4c434a89b3ed0b3fe453cc1cac7220..2dcbb0b92e6ff9057756484d1d5d9f88c911c9c1 100644
(file)
--- a/
samples/dialogs/dialogs.cpp
+++ b/
samples/dialogs/dialogs.cpp
@@
-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) )