X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7aef858828222a05e57671fa01d3cac78aee3ac..1e219378a3ba79a11564f291039f47ce651c2f3e:/wxPython/demo/run.py diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index 8120b699e3..f4bb659daa 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -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):