From 5c75d209da222e8734bcd59113b0695b0bfc1433 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 22 Jan 2004 23:25:09 +0000 Subject: [PATCH] add an overview git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ColourSelect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/ColourSelect.py b/wxPython/demo/ColourSelect.py index 8cd0750a4b..48a0e118ca 100644 --- a/wxPython/demo/ColourSelect.py +++ b/wxPython/demo/ColourSelect.py @@ -105,7 +105,7 @@ def runTest(frame, nb, log): overview = """\ - +A coloured button that when clicked allows the user to select a colour from the wxColourDialog. """ -- 2.45.2