CComponentsLabel: trivial format fix

Origin commit data
------------------
Commit: 3f02d391bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)
This commit is contained in:
2013-06-15 22:02:50 +02:00
parent bedc468943
commit e77fd7fa3d

View File

@@ -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;
};
};