wxPySimpleApp calls wxInitAllImageHandlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-12 19:16:53 +00:00
parent 4491d3aed1
commit 3fce70fbf5
2 changed files with 2 additions and 0 deletions

View File

@@ -811,6 +811,7 @@ class wxPySimpleApp(wxApp):
def __init__(self, flag=0):
wxApp.__init__(self, flag)
def OnInit(self):
wxInitAllImageHandlers()
return true

View File

@@ -1736,6 +1736,7 @@ class wxPySimpleApp(wxApp):
def __init__(self, flag=0):
wxApp.__init__(self, flag)
def OnInit(self):
wxInitAllImageHandlers()
return true