X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d56cebe7a497773d8753ea2ab874c4445bac18dc..5e173f35d2a8177371d13d059d9f897e2c4f98be:/wxPython/demo/ColourSelect.py diff --git a/wxPython/demo/ColourSelect.py b/wxPython/demo/ColourSelect.py index cd9a4cfda0..442696eb07 100644 --- a/wxPython/demo/ColourSelect.py +++ b/wxPython/demo/ColourSelect.py @@ -61,7 +61,7 @@ class TestColourSelect(wxPanel): name = self.names[i] result.append(name + ": " + str(colour)) # create string list for easy viewing of results out_result = string.joinfields(result, ', ') - self.log.WriteText("Colour Results :" + out_result) + self.log.WriteText("Colour Results :" + out_result + "\n") #--------------------------------------------------------------------------- @@ -86,6 +86,5 @@ def runTest(frame, nb, log): overview = """\ -A checkbox is a labelled box which is either on (checkmark is visible) or off (no checkmark). """