X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c67cbec021bf8d96c428b9f376b08a851c0864b..d2c7015bf07982c3b9c3e8ca62b326e589f95e46:/wxPython/demo/MDIDemo.py diff --git a/wxPython/demo/MDIDemo.py b/wxPython/demo/MDIDemo.py index 5670f9377c..3ae510ea7c 100644 --- a/wxPython/demo/MDIDemo.py +++ b/wxPython/demo/MDIDemo.py @@ -41,6 +41,7 @@ class MyParentFrame(wxMDIParentFrame): if __name__ == '__main__': class MyApp(wxApp): def OnInit(self): + wxInitAllImageHandlers() frame = MyParentFrame() frame.Show(true) self.SetTopWindow(frame)