X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9a4190f70909de9568f45389e7aa3ecbc66b8a..ed8e1ecb3fdabbbe5062ebba2a50a2bc8d1e2c76:/wxPython/demo/DrawXXXList.py?ds=inline diff --git a/wxPython/demo/DrawXXXList.py b/wxPython/demo/DrawXXXList.py index f22ec2e2d2..0091b68c2a 100644 --- a/wxPython/demo/DrawXXXList.py +++ b/wxPython/demo/DrawXXXList.py @@ -108,7 +108,7 @@ def makeRandomColors(num): colors = [] for i in range(num): c = whrandom.choice(colours) - colors.append(wxNamedColor(c)) + colors.append(wxNamedColour(c)) return colors