wxXRC cleanup: removed .xmlbin format
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -331,7 +331,7 @@ void wxXmlResource::UpdateResources()
|
||||
delete m_data[i].Doc;
|
||||
m_data[i].Doc = new wxXmlDocument;
|
||||
}
|
||||
if (!stream || !m_data[i].Doc->Load(*stream, wxXML_IO_AUTO, encoding))
|
||||
if (!stream || !m_data[i].Doc->Load(*stream, encoding))
|
||||
{
|
||||
wxLogError(_("Cannot load resources from file '%s'."),
|
||||
m_data[i].File.c_str());
|
||||
|
Reference in New Issue
Block a user