fixed bug in wxCalendarCtrl (132199) and bug in wxDateTime::IsSameDate() this fix discovered

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-02-13 17:55:26 +00:00
parent d52e91c980
commit f41cb81efc
3 changed files with 10 additions and 3 deletions

View File

@@ -12,10 +12,12 @@ wxBase:
- wxMimeTypesManager now can create file associations too
- wxCopyFile() respects the file permissions (Roland Scholz)
- wxFTP::GetFileSize() added (S<>ren Erland Vest<73>)
- wxDateTime::IsSameDate() bug fixed
All (GUI):
- new wxToggleButton class (John Norris, Axel Schlueter)
- wxCalendarCtrl now highlighting the date with time part bug fixed
wxMSW: