Patch #1222244: Fixes for bug #1212853 with unit test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-06-17 11:29:55 +00:00
parent 17e22c50bf
commit fd725bce37
3 changed files with 152 additions and 148 deletions

View File

@@ -7,7 +7,8 @@ wxWidgets Change Log - For more verbose changes, see the manual
All:
- Fixed wxScopeGuard to work with VC++, documented it
- Fixed wxScopeGuard to work with VC++, documented it.
- Fixed proxy handling in wxURL.
wxMSW:
@@ -17,6 +18,7 @@ wxUniv:
- Window creation now honours wxVSCROLL.
2.6.1
-----