From: Robin Dunn Date: Wed, 17 May 2006 23:37:32 +0000 (+0000) Subject: Forgot about dropping the 'wx' for some Python objects X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d6e24c34603d8c99217482789ca8fbb8f7ce63a Forgot about dropping the 'wx' for some Python objects git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_stockobjs.i b/wxPython/src/_stockobjs.i index 158ee436ce..6eb20892c3 100644 --- a/wxPython/src/_stockobjs.i +++ b/wxPython/src/_stockobjs.i @@ -248,10 +248,10 @@ def _wxPyMakeDelayedInitWrapper(initFunc): return self.__getattr__("__repr__")() return _wxPyStockObjectWrapper -wxTheFontList = _wxPyMakeDelayedInitWrapper(_wxPyInitTheFontList)() -wxThePenList = _wxPyMakeDelayedInitWrapper(_wxPyInitThePenList)() -wxTheBrushList = _wxPyMakeDelayedInitWrapper(_wxPyInitTheBrushList)() -wxTheColourDatabase = _wxPyMakeDelayedInitWrapper(_wxPyInitTheColourDatabase)() +TheFontList = _wxPyMakeDelayedInitWrapper(_wxPyInitTheFontList)() +ThePenList = _wxPyMakeDelayedInitWrapper(_wxPyInitThePenList)() +TheBrushList = _wxPyMakeDelayedInitWrapper(_wxPyInitTheBrushList)() +TheColourDatabase = _wxPyMakeDelayedInitWrapper(_wxPyInitTheColourDatabase)() } //---------------------------------------------------------------------------