fixed wxDateTime::GetWeekDayName() for wday > Wed (patch 998646)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-30 23:33:16 +00:00
parent 5402d21de1
commit 2c622d7178
2 changed files with 5 additions and 2 deletions

View File

@@ -205,6 +205,7 @@ All:
(based on patch by Stefan Kowski)
- added wxMicroSleep() and wxMilliSleep() replacing deprecated wxUsleep()
- basic UDP sockets support (Lenny Maiorani)
- fixed wxDateTime::GetWeekDayName() for some dates (Daniel Kaps)
All (GUI):