X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..a44f14cf0c7606d5e6158b17c81ea5e5052f1671:/wxPython/demo/FontDialog.py?ds=sidebyside diff --git a/wxPython/demo/FontDialog.py b/wxPython/demo/FontDialog.py index 6457226b33..879957544f 100644 --- a/wxPython/demo/FontDialog.py +++ b/wxPython/demo/FontDialog.py @@ -134,5 +134,5 @@ to APPLY that information once you get it. 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:])