fixed GetLongPath(): it never used ::GetLongPath() before and didn't work at all when called for the first time

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-05-04 19:36:25 +00:00
parent 6c0b29749c
commit 2f3d9587ab
2 changed files with 97 additions and 99 deletions

View File

@@ -26,7 +26,8 @@ wxMSW:
- Worked around an apparent bug in deferred window positioning (moving a
window from (x, y) to (a, b) and back to (x, y) misses the last step) by
checking window positions against corresponding sizer state, if any.
- A control's text colour now reflects the system colour setting.
- A control's text colour now reflects the system colour setting again.
- Fixed wxFileName::GetLongPath() to behave correctly during the first call too
wxMac: