fix border frame color classes to be configured as solids, not text
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 23 Feb 2015 22:54:09 +0000 (17:54 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 23 Feb 2015 22:54:09 +0000 (17:54 -0500)
fix T1637

src/modules/conf_theme/e_int_config_color_classes.c

index 8c35309..a927360 100644 (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")),