]> git.saurik.com Git - wxWidgets.git/commit
Use correct month in the date picker page of the widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Mar 2011 10:37:35 +0000 (10:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Mar 2011 10:37:35 +0000 (10:37 +0000)
commit6418e3ae72e6257f4b7f10a7fc00062b27a5ee1b
tree13dc85bb1f29d571f7ba5e8d7dce11d43ab6005f
parent9445e542a0f2c65cda2c640fd46b42fbdeac9ca1
Use correct month in the date picker page of the widgets sample.

Months returned by wxDateTime::GetMonth() start from 0 while people mostly
expect to have 1-based months in the UI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/datepick.cpp