]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FontEnumerator.py
Add GetOwner accessor and fix wxRTTI inheritance for wxTimer. Set the
[wxWidgets.git] / wxPython / demo / FontEnumerator.py
index 0a66c7ab738ec652ff46474f12ba3211d73e9555..4356a5a821741c02819e8249ca851914f2d13079 100644 (file)
@@ -76,5 +76,5 @@ the given encoding.
 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:])