X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb0f2f544673fdd6956edfc4c0d62f175990a122..07fa75bc31fd49da3e4bd4a8bf056a96493bf26b:/src/gtk/settings.cpp diff --git a/src/gtk/settings.cpp b/src/gtk/settings.cpp index 17bfe356ab..2b774f2a8b 100644 --- a/src/gtk/settings.cpp +++ b/src/gtk/settings.cpp @@ -97,6 +97,7 @@ wxColour wxSystemSettings::GetSystemColour( int index ) } return *g_systemBtnFaceColour; } + case wxSYS_COLOUR_GRAYTEXT: case wxSYS_COLOUR_BTNSHADOW: { GtkStyle *style = gtk_widget_get_default_style(); @@ -109,7 +110,6 @@ wxColour wxSystemSettings::GetSystemColour( int index ) } return *g_systemBtnShadowColour; } - case wxSYS_COLOUR_GRAYTEXT: case wxSYS_COLOUR_BTNHIGHLIGHT: { GtkStyle *style = gtk_widget_get_default_style(); @@ -190,7 +190,7 @@ int wxSystemSettings::GetSystemMetric( int index ) case wxSYS_VSCROLL_X: return 15; } - wxCHECK_MSG( index, 0, "wxSystemSettings::GetSystemMetric not fully implemented" ); + wxCHECK_MSG( index, 0, _T("wxSystemSettings::GetSystemMetric not fully implemented") ); return 0; }