X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..d7f8258414f300cc6656bb00cec982a7324f2056:/wxPython/contrib/xrc/_xmlres.i?ds=sidebyside diff --git a/wxPython/contrib/xrc/_xmlres.i b/wxPython/contrib/xrc/_xmlres.i index 03d75a364c..912d89e25a 100644 --- a/wxPython/contrib/xrc/_xmlres.i +++ b/wxPython/contrib/xrc/_xmlres.i @@ -195,7 +195,7 @@ public: %pythoncode { def XRCID(str_id): - return wxXmlResource_GetXRCID(str_id) + return XmlResource_GetXRCID(str_id) def XRCCTRL(window, str_id, *ignoreargs): return window.FindWindowById(XRCID(str_id))