projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d5068
)
calendar.cpp
author
Mark Johnson
<mj10777@web.de>
Tue, 7 Mar 2000 10:38:12 +0000
(10:38 +0000)
committer
Mark Johnson
<mj10777@web.de>
Tue, 7 Mar 2000 10:38:12 +0000
(10:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6499
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/calendar/calendar.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/calendar/calendar.cpp
b/samples/calendar/calendar.cpp
index f5542fd1d1e32d99d884b8174d269dbcbc5fc76d..8093077e4885c96bfc607e7d99ac1edef4eb6a1e 100644
(file)
--- a/
samples/calendar/calendar.cpp
+++ b/
samples/calendar/calendar.cpp
@@
-240,8
+240,8
@@
MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
#if wxUSE_STATUSBAR
// create a status bar just for fun (by default with 1 pane only)
- CreateStatusBar(
2
);
- SetStatusText("Welcome to wxWindows!");
+ CreateStatusBar(
1
);
+ SetStatusText("Welcome to wxWindows!
Try changing the size of the Window !
");
#endif // wxUSE_STATUSBAR
}