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
This commit is contained in:
		@@ -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)()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//---------------------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user