From adf4619d45d1f3ab187530e55491d64b2908323d Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 25 Feb 2011 10:31:24 +0000 Subject: [PATCH] Added missing colour index case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/settings.cpp b/src/motif/settings.cpp index 43389be970..21f241c5fe 100644 --- a/src/motif/settings.cpp +++ b/src/motif/settings.cpp @@ -107,6 +107,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index) } case wxSYS_COLOUR_MENUTEXT: case wxSYS_COLOUR_WINDOWTEXT: + case wxSYS_COLOUR_LISTBOXTEXT: case wxSYS_COLOUR_CAPTIONTEXT: case wxSYS_COLOUR_INACTIVECAPTIONTEXT: case wxSYS_COLOUR_BTNTEXT: