X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..0e21cf4902f312ffd26c050c67f00be8607d400b:/wxPython/demo/ColourSelect.py

diff --git a/wxPython/demo/ColourSelect.py b/wxPython/demo/ColourSelect.py
index 8cd0750a4b..01065dd37b 100644
--- a/wxPython/demo/ColourSelect.py
+++ b/wxPython/demo/ColourSelect.py
@@ -105,12 +105,12 @@ def runTest(frame, nb, log):
 
 
 overview = """\
-
+A coloured button that when clicked allows the user to select a colour from the wxColourDialog.
 """
 
 
 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:])