removed a forgotten relict of past: xmlbin format extension still used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -103,7 +103,6 @@ bool wxXmlResource::Load(const wxString& filemask)
|
||||
if (filemask.Lower().Matches(wxT("*.zip")) ||
|
||||
filemask.Lower().Matches(wxT("*.xrs")))
|
||||
{
|
||||
rt = rt && Load(fnd + wxT("#zip:*.xmlbin"));
|
||||
rt = rt && Load(fnd + wxT("#zip:*.xrc"));
|
||||
}
|
||||
else
|
||||
|
@@ -103,7 +103,6 @@ bool wxXmlResource::Load(const wxString& filemask)
|
||||
if (filemask.Lower().Matches(wxT("*.zip")) ||
|
||||
filemask.Lower().Matches(wxT("*.xrs")))
|
||||
{
|
||||
rt = rt && Load(fnd + wxT("#zip:*.xmlbin"));
|
||||
rt = rt && Load(fnd + wxT("#zip:*.xrc"));
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user