X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88c4e4a6ee616da3309e28b7500fa80fbd5240..d2c5fe6e6e1ab3b4532b4ca0e2eeba4f9c190562:/src/msw/calctrl.cpp?ds=sidebyside diff --git a/src/msw/calctrl.cpp b/src/msw/calctrl.cpp index 3fcc49f0c1..cf0de6e223 100644 --- a/src/msw/calctrl.cpp +++ b/src/msw/calctrl.cpp @@ -117,7 +117,7 @@ wxCalendarCtrl::Create(wxWindow *parent, if ( !MSWCreateControl(clsname, wxEmptyString, pos, size) ) return false; - // initialize the control + // initialize the control UpdateFirstDayOfWeek(); SetDate(dt.IsValid() ? dt : wxDateTime::Today());