]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/run.py
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / demo / run.py
index 8120b699e3db895a876db63c26365985f11d6ead..f4bb659daaf7017786322b22cafeebb75109ae84 100755 (executable)
@@ -44,7 +44,7 @@ class RunDemoApp(wx.App):
         self.name = name
         self.demoModule = module
         self.useShell = useShell
-        wx.App.__init__(self, 0)
+        wx.App.__init__(self, redirect=False)
 
 
     def OnInit(self):