diff --git a/src/gui/components/cc_item_text.h b/src/gui/components/cc_item_text.h index 88c0be7c3..0496f6d22 100644 --- a/src/gui/components/cc_item_text.h +++ b/src/gui/components/cc_item_text.h @@ -153,7 +153,7 @@ class CComponentsLabel : public CComponentsText { initVarText(); cc_item_type = CC_ITEMTYPE_LABEL; - ct_col_text = COL_MENUCONTENTINACTIVE; + ct_col_text = COL_MENUCONTENTINACTIVE; }; };