backported wxZipFSHandler fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-09-19 22:06:04 +00:00
parent 48f9e8107a
commit 22fd4d7d5e

View File

@ -102,13 +102,6 @@ new revision: 1.666; previous revision: 1.665
11. Ukrainian translation (locale/uk.po)
[and other translations that were updated in the trunk as well]
12. Fix wxZipFSHandler behaviour when used with relative filenames with ..
Checking in fs_zip.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/common/fs_zip.cpp,v <-- fs_zip.cpp
new revision: 1.22; previous revision: 1.21
done
13. UNICOWS problem in fdrepdlg
@ -237,11 +230,6 @@ Checking in window.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/msw/window.cpp,v <-- window.cpp
new revision: 1.431; previous revision: 1.430
29. Fix wxString::Format() for C99-compatible vsnprintf()
Checking in src/common/string.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/common/string.cpp,v <-- string.cpp
new revision: 1.194; previous revision: 1.193
29. Fix infinite loop in IsDialoMessage when a panel is reparented after
creation (as happens with XRC)
Checking in src/msw/window.cpp;