implemented wxDateTime::ParseDateTime() (patch 779794)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-14 23:13:18 +00:00
parent ab96d680eb
commit de07d2004f
2 changed files with 45 additions and 4 deletions

View File

@@ -43,6 +43,10 @@ OTHER CHANGES
2.5.1
-----
Base:
- wxDateTime::ParseDateTime() implemented (Linus McCabe)
wxMSW:
- fixed wxTE_*WRAP styles handling