Regenerated the renamers with the new build_renamers.py

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-11 20:06:35 +00:00
parent 05a03b016a
commit bf5ff0c308
26 changed files with 169 additions and 168 deletions

View File

@@ -25,13 +25,13 @@ WX_XMLRES_CURRENT_VERSION_RELEASE = wx.xrc.WX_XMLRES_CURRENT_VERSION_RELEASE
WX_XMLRES_CURRENT_VERSION_REVISION = wx.xrc.WX_XMLRES_CURRENT_VERSION_REVISION
wxXRC_USE_LOCALE = wx.xrc.XRC_USE_LOCALE
wxXRC_NO_SUBCLASSING = wx.xrc.XRC_NO_SUBCLASSING
wxXmlResource = wx.xrc.XmlResource
wxXmlResourcePtr = wx.xrc.XmlResourcePtr
wxEmptyXmlResource = wx.xrc.EmptyXmlResource
wxXmlResource_AddSubclassFactory = wx.xrc.XmlResource_AddSubclassFactory
wxXmlResource_GetXRCID = wx.xrc.XmlResource_GetXRCID
wxXmlResource_Get = wx.xrc.XmlResource_Get
wxXmlResource_Set = wx.xrc.XmlResource_Set
wxXmlResource = wx.xrc.XmlResource
wxXmlResourcePtr = wx.xrc.XmlResourcePtr
wxXmlSubclassFactory = wx.xrc.XmlSubclassFactory
wxXmlSubclassFactoryPtr = wx.xrc.XmlSubclassFactoryPtr
wxXML_ELEMENT_NODE = wx.xrc.XML_ELEMENT_NODE
@@ -49,13 +49,13 @@ wxXML_NOTATION_NODE = wx.xrc.XML_NOTATION_NODE
wxXML_HTML_DOCUMENT_NODE = wx.xrc.XML_HTML_DOCUMENT_NODE
wxXmlProperty = wx.xrc.XmlProperty
wxXmlPropertyPtr = wx.xrc.XmlPropertyPtr
wxXmlNodeEasy = wx.xrc.XmlNodeEasy
wxXmlNode = wx.xrc.XmlNode
wxXmlNodePtr = wx.xrc.XmlNodePtr
wxXmlDocumentFromStream = wx.xrc.XmlDocumentFromStream
wxEmptyXmlDocument = wx.xrc.EmptyXmlDocument
wxXmlNodeEasy = wx.xrc.XmlNodeEasy
wxXmlDocument = wx.xrc.XmlDocument
wxXmlDocumentPtr = wx.xrc.XmlDocumentPtr
wxXmlDocumentFromStream = wx.xrc.XmlDocumentFromStream
wxEmptyXmlDocument = wx.xrc.EmptyXmlDocument
wxXmlResourceHandler = wx.xrc.XmlResourceHandler
wxXmlResourceHandlerPtr = wx.xrc.XmlResourceHandlerPtr
XRCID = wx.xrc.XRCID