added singleton interface to wxXmlResource, replaces wxTheXmlResource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -392,7 +392,7 @@ void " + parFuncname + "()\n\
|
||||
{
|
||||
wxString name, ext, path;
|
||||
wxSplitPath(parFiles[i], &path, &name, &ext);
|
||||
file.Write(" wxTheXmlResource->Load(\"memory:xml_resource/" +
|
||||
file.Write(" wxXmlResource::Get()->Load(\"memory:xml_resource/" +
|
||||
name + ".xrc" + "\");\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user