X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6987674470bb3f6fcbd103c9e78f3b9c8c2b0b4..628eae0bcd7916c57847b7eab739d4cc32534ccf:/wxPython/demo/HyperLinkCtrl.py diff --git a/wxPython/demo/HyperLinkCtrl.py b/wxPython/demo/HyperLinkCtrl.py index 31bc6efe11..3986620960 100644 --- a/wxPython/demo/HyperLinkCtrl.py +++ b/wxPython/demo/HyperLinkCtrl.py @@ -54,7 +54,7 @@ class TestPanel(wx.Panel): self._hyper3.Bind(hl.EVT_HYPERLINK_RIGHT, self.OnRightLink) self._hyper3.SetLinkCursor(wx.CURSOR_QUESTION_ARROW) - self._hyper3.SetColours("GREEN", "RED", "YELLOW") + self._hyper3.SetColours("DARK GREEN", "RED", "NAVY") self._hyper3.SetUnderlines(False, False, False) self._hyper3.EnableRollover(True) self._hyper3.SetBold(True)