]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/StaticText.py
New style
[wxWidgets.git] / wxPython / demo / StaticText.py
index 8bee69d25828ccb46c98dc86c709d0eeac379d74..6cc9edd3ffd18c36ee903606af28ffd8217fe073 100644 (file)
@@ -51,5 +51,5 @@ A StaticText control displays one or more lines of read-only text.
 if __name__ == '__main__':
     import sys,os
     import run
-    run.main(['', os.path.basename(sys.argv[0])])
+    run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])