X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90f7e9c7f7b17e5b7eac80f8625b3fbfc789e772..2706d2fedee4cfc34ba0c838bd157bc0d9718ce1:/wxPython/demo/FontEnumerator.py diff --git a/wxPython/demo/FontEnumerator.py b/wxPython/demo/FontEnumerator.py index 0a66c7ab73..4356a5a821 100644 --- a/wxPython/demo/FontEnumerator.py +++ b/wxPython/demo/FontEnumerator.py @@ -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:])