fixed double filename->URL conversion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-10-13 10:06:48 +00:00
parent 94b3a8a0d6
commit 2eaf6e0b4a
2 changed files with 0 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ bool wxXmlResource::Load(const wxString& filemask)
if (fnd.Lower().Matches(wxT("*.zip")) ||
fnd.Lower().Matches(wxT("*.xrs")))
{
wxString url(wxFileSystem::FileNameToURL(fnd));
rt = rt && Load(url + wxT("#zip:*.xrc"));
}
else