be explicit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,7 +44,7 @@ class RunDemoApp(wx.App):
|
|||||||
self.name = name
|
self.name = name
|
||||||
self.demoModule = module
|
self.demoModule = module
|
||||||
self.useShell = useShell
|
self.useShell = useShell
|
||||||
wx.App.__init__(self, 0)
|
wx.App.__init__(self, redirect=False)
|
||||||
|
|
||||||
|
|
||||||
def OnInit(self):
|
def OnInit(self):
|
||||||
|
Reference in New Issue
Block a user