X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..30e24d9dd5a5abf1c9a375ea259eb239b122b7f7:/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:])