From 3f02d391bc9d6112dda309c095d9ac87a3dfb62d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 15 Jun 2013 22:02:50 +0200 Subject: [PATCH] CComponentsLabel: trivial format fix --- src/gui/components/cc_item_text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };