]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/tests/test1.py
yet another BC++ fix
[wxWidgets.git] / utils / wxPython / tests / test1.py
index a3d1c1e1b78779754d1f4644ef08b61b4ab03487..5cc269d6369fa60483c58a563a3327fd8a8010ab 100644 (file)
@@ -72,7 +72,7 @@ class MyApp(wxApp):
 #---------------------------------------------------------------------------
 
 
-app = MyApp(0)     # Create an instance of the application class
+app = MyApp(1)     # Create an instance of the application class
 app.MainLoop()     # Tell it to start processing events
 
 print 'done!'