added wxSYS_COLOR_BTNTEXT case was missing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
J. Russell Smyth
1999-03-14 00:15:19 +00:00
parent 08973ff0aa
commit cb0f2f5446
2 changed files with 2 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ wxColour wxSystemSettings::GetSystemColour( int index )
case wxSYS_COLOUR_WINDOWTEXT:
case wxSYS_COLOUR_CAPTIONTEXT:
case wxSYS_COLOUR_INACTIVECAPTIONTEXT:
case wxSYS_COLOUR_BTNTEXT:
case wxSYS_COLOUR_INFOTEXT:
{
return *wxBLACK;