]> git.saurik.com Git - wxWidgets.git/commitdiff
be explicit
authorRobin Dunn <robin@alldunn.com>
Wed, 25 Aug 2004 16:58:38 +0000 (16:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 Aug 2004 16:58:38 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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):