]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot about dropping the 'wx' for some Python objects
authorRobin Dunn <robin@alldunn.com>
Wed, 17 May 2006 23:37:32 +0000 (23:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 17 May 2006 23:37:32 +0000 (23:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_stockobjs.i

index 158ee436cef73de17938b58c23ff3e59a22f13d3..6eb20892c339eb50368ceee574d8bdb7ad662c20 100644 (file)
@@ -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)()
 }
 
 //---------------------------------------------------------------------------