implement SetTimes() for directories too under MSW [backport of r58153 from trunk] (closes #10250)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-05 12:54:37 +00:00
parent bf7c34c1a4
commit 1458ebf6c0
2 changed files with 35 additions and 23 deletions

View File

@@ -106,6 +106,8 @@ All (GUI):
wxMSW:
- Fixed generation of wxEVT_CHAR_HOOK events.
- Implement wxFileName::SetTimes() for directories (Steve Lamerton).
2.8.10:
@@ -181,7 +183,6 @@ wxMSW:
wxMSW/CE:
- Don't hardcode the menu bar height (Michele Spighi).
wxGTK: