Fix typo in settings.h and wxListCtrl Class Reference

Consistently use "colour" spelling.

Closes https://github.com/wxWidgets/wxWidgets/pull/1903
This commit is contained in:
Hertatijanto Hartono
2020-06-22 23:31:14 +07:00
committed by Vadim Zeitlin
parent 9278c3e01c
commit 8ff434c2a5
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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,