fixed bug in wxDateTime::Set(jdn) when DST was in effect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-06-23 21:53:15 +00:00
parent ccd6aacd5d
commit 8cc00d5fca
2 changed files with 14 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ All:
- number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
- fixed memory leak in wxURL when using a proxy (Steven Van Ingelgem)
- fixed bug in wxDateTime::Set(jdn) when DST was in effect
- it's now possible to use msgids in other languages than English with
wxLocale (based on patch by Stefan Kowski)