X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..02161c7c81e12685d04a1f73e714ca52ad858f6c:/wxPython/demo/FileHistory.py?ds=sidebyside diff --git a/wxPython/demo/FileHistory.py b/wxPython/demo/FileHistory.py index 98403b1493..ff650b71d3 100644 --- a/wxPython/demo/FileHistory.py +++ b/wxPython/demo/FileHistory.py @@ -139,5 +139,5 @@ associated menu. 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:])