]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPySimpleApp calls wxInitAllImageHandlers
authorRobin Dunn <robin@alldunn.com>
Mon, 12 Aug 2002 19:16:53 +0000 (19:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 12 Aug 2002 19:16:53 +0000 (19:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_extras.py
wxPython/src/msw/wx.py

index 42a5e6f7749f620407c3b3c4c6d58eed42e8229e..0e72a395d974f19cf3fd0bbad97623d08cc72715 100644 (file)
@@ -811,6 +811,7 @@ class wxPySimpleApp(wxApp):
     def __init__(self, flag=0):
         wxApp.__init__(self, flag)
     def OnInit(self):
+        wxInitAllImageHandlers()
         return true
 
 
index e24903f359b261a434f607b7f14be7a95b206577..99f4db2edf2dc18f8c2fe4721f353e266f132e55 100644 (file)
@@ -1736,6 +1736,7 @@ class wxPySimpleApp(wxApp):
     def __init__(self, flag=0):
         wxApp.__init__(self, flag)
     def OnInit(self):
+        wxInitAllImageHandlers()
         return true