From 7f7a0bfa810f8c5256cff99caf93919affb60062 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sat, 29 Aug 2020 15:32:29 +0100 Subject: [PATCH] Fix documentation for wxSYS_COLOUR_INACTIVECAPTIONTEXT Just s/active/inactive/ in the description. Closes https://github.com/wxWidgets/wxWidgets/pull/2039 --- interface/wx/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/settings.h b/interface/wx/settings.h index 1a692d274b..b860a8f639 100644 --- a/interface/wx/settings.h +++ b/interface/wx/settings.h @@ -68,7 +68,7 @@ enum wxSystemColour wxSYS_COLOUR_BTNSHADOW, //!< Edge shading colour on push buttons. wxSYS_COLOUR_GRAYTEXT, //!< Colour of greyed (disabled) text. wxSYS_COLOUR_BTNTEXT, //!< Colour of the text on push buttons. - wxSYS_COLOUR_INACTIVECAPTIONTEXT, //!< Colour of the text in active captions. + wxSYS_COLOUR_INACTIVECAPTIONTEXT, //!< Colour of the text in inactive captions. wxSYS_COLOUR_BTNHIGHLIGHT, //!< Highlight colour for buttons. wxSYS_COLOUR_3DDKSHADOW, //!< Dark shadow colour for three-dimensional display elements. wxSYS_COLOUR_3DLIGHT, //!< Light colour for three-dimensional display elements.