projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed copyrights, corrected licence spelling
[wxWidgets.git]
/
wxPython
/
demo
/
MDISashDemo.py
diff --git
a/wxPython/demo/MDISashDemo.py
b/wxPython/demo/MDISashDemo.py
index 4b2b08ffd745a8b1d5e612f82937ce6b96ac87ed..dca6516f6aa3340a7f8f3dd23121268c6fe47fd4 100644
(file)
--- a/
wxPython/demo/MDISashDemo.py
+++ b/
wxPython/demo/MDISashDemo.py
@@
-128,6
+128,7
@@
class MyParentFrame(wxMDIParentFrame):
if __name__ == '__main__':
class MyApp(wxApp):
def OnInit(self):
+ wxInitAllImageHandlers()
frame = MyParentFrame()
frame.Show(true)
self.SetTopWindow(frame)