X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..7f98d1209a3f941c7a001cc2e7c78c237a4629e6:/wxPython/demo/Slider.py diff --git a/wxPython/demo/Slider.py b/wxPython/demo/Slider.py index cea042fad0..7be4bdb517 100644 --- a/wxPython/demo/Slider.py +++ b/wxPython/demo/Slider.py @@ -44,5 +44,5 @@ In Windows 95, the track bar control is used. 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:])