X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c75d209da222e8734bcd59113b0695b0bfc1433..50c8b82054d96a9cc846d09ed98eecad07907be0:/wxPython/demo/ColourSelect.py

diff --git a/wxPython/demo/ColourSelect.py b/wxPython/demo/ColourSelect.py
index 48a0e118ca..01065dd37b 100644
--- a/wxPython/demo/ColourSelect.py
+++ b/wxPython/demo/ColourSelect.py
@@ -112,5 +112,5 @@ A coloured button that when clicked allows the user to select a colour from the
 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:])