From 8ff434c2a502c27573bfaa9c209be26e2a24bda8 Mon Sep 17 00:00:00 2001 From: Hertatijanto Hartono Date: Mon, 22 Jun 2020 23:31:14 +0700 Subject: [PATCH] Fix typo in settings.h and wxListCtrl Class Reference Consistently use "colour" spelling. Closes https://github.com/wxWidgets/wxWidgets/pull/1903 --- interface/wx/listctrl.h | 2 +- interface/wx/settings.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 766d3a646f..0c1acf6dc4 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -906,7 +906,7 @@ public: long InsertItem(wxListItem& info); /** - Insert an string item. + Insert a string item. @param index Index of the new item, supplied by the application diff --git a/interface/wx/settings.h b/interface/wx/settings.h index 89c3d8049a..38784d15a1 100644 --- a/interface/wx/settings.h +++ b/interface/wx/settings.h @@ -78,14 +78,14 @@ enum wxSystemColour wxSYS_COLOUR_HOTLIGHT, //!< Colour for a hyperlink or hot-tracked item. /** - Right side colour in the color gradient of an active window's title bar. - @c wxSYS_COLOUR_ACTIVECAPTION specifies the left side color. + Right side colour in the colour gradient of an active window's title + bar. @c wxSYS_COLOUR_ACTIVECAPTION specifies the left side colour. */ wxSYS_COLOUR_GRADIENTACTIVECAPTION, /** - Right side colour in the color gradient of an inactive window's title bar. - @c wxSYS_COLOUR_INACTIVECAPTION specifies the left side color. + Right side colour in the colour gradient of an inactive window's title + bar. @c wxSYS_COLOUR_INACTIVECAPTION specifies the left side colour. */ wxSYS_COLOUR_GRADIENTINACTIVECAPTION, @@ -97,7 +97,7 @@ enum wxSystemColour /** The background colour for the menu bar when menus appear as flat menus. - However, @c wxSYS_COLOUR_MENU continues to specify the background color of the menu popup. + However, @c wxSYS_COLOUR_MENU continues to specify the background colour of the menu popup. */ wxSYS_COLOUR_MENUBAR,