X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08b89fa8685fcdbe3c173afbe838fb645c8da4ae..cefae4bc3cac29222757afbd605867b34f421af9:/wxPython/demo/ToggleButton.py?ds=sidebyside diff --git a/wxPython/demo/ToggleButton.py b/wxPython/demo/ToggleButton.py index d69b015067..74323f5103 100644 --- a/wxPython/demo/ToggleButton.py +++ b/wxPython/demo/ToggleButton.py @@ -57,4 +57,4 @@ This class is only available under wxMSW and wxGTK currently. 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:])