From cb6db10199c5d6f2a40f27370714f1d8102ada36 Mon Sep 17 00:00:00 2001 From: Blake Madden Date: Sun, 15 Aug 2021 08:03:37 -0400 Subject: [PATCH] Small typos in docs --- interface/wx/listctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index adb528f533..1ebea5d1bf 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -656,7 +656,7 @@ public: /** Returns the colour for this item. If the item has no specific colour, returns an invalid colour - (and not the default background control of the control itself). + (and not the default background colour of the control itself). @see GetItemTextColour() */ @@ -729,7 +729,7 @@ public: Returns the colour for this item. If the item has no specific colour, returns an invalid colour (and not the - default foreground control of the control itself as this wouldn't allow + default foreground colour of the control itself as this wouldn't allow distinguishing between items having the same colour as the current control foreground and items with default colour which, hence, have always the same colour as the control).