From 0d6e24c34603d8c99217482789ca8fbb8f7ce63a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 May 2006 23:37:32 +0000 Subject: [PATCH] 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 --- wxPython/src/_stockobjs.i | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)() } //--------------------------------------------------------------------------- -- 2.47.2