diff --git a/samples/calendar/calendar.cpp b/samples/calendar/calendar.cpp index f5542fd1d1..8093077e48 100644 --- 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 }