fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-17 23:11:00 +00:00
parent 0356c2597e
commit af80bc9294
2 changed files with 11 additions and 7 deletions

View File

@@ -9,8 +9,9 @@ All:
- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
user and password as in 2.5.4; wxURI::GetPassword() added.
- Added wxDebugReport class.
- added wxDebugReport class.
- added wxTempFileOutputStream by Stas Sergeev
- fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
All (GUI):