diff -r 37ba389e5c01 -r 79af7b821233 graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Sun Oct 09 23:31:50 2011 +0200 +++ b/graphics/GraphicCommons.py Mon Oct 10 02:22:26 2011 +0200 @@ -95,8 +95,8 @@ HIGHLIGHTCOLOR = wx.CYAN # Define highlight types -ERROR_HIGHLIGHT = (wx.NamedColour("yellow"), wx.RED) -SEARCH_RESULT_HIGHLIGHT = (wx.NamedColour("orange"), wx.WHITE) +ERROR_HIGHLIGHT = (wx.Colour(255, 255, 0), wx.RED) +SEARCH_RESULT_HIGHLIGHT = (wx.Colour(255, 165, 0), wx.WHITE) # Define highlight refresh inhibition period in second REFRESH_HIGHLIGHT_PERIOD = 0.1