fix border frame color classes to be configured as solids, not text

fix T1637
This commit is contained in:
Mike Blumenkrantz 2015-02-23 17:54:09 -05:00
parent 5ce04265e5
commit 9b1878d2fa
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ static const CFColor_Class_Description _color_classes_wm[] =
{
CCDESC_T("border_title", N_("Border Title")),
CCDESC_T("border_title_active", N_("Border Title Active")),
CCDESC_T("border_frame", N_("Border Frame")),
CCDESC_T("border_frame_active", N_("Border Frame Active")),
CCDESC_S("border_frame", N_("Border Frame")),
CCDESC_S("border_frame_active", N_("Border Frame Active")),
CCDESC_S("comp_focus_color", N_("Composite Focus Color")),
CCDESC_S("comp_focus-out_color", N_("Composite Focus-out Color")),
CCDESC_S("menu_base", N_("Menu Background Base")),