CComponentsLabel: trivial format fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3f02d391bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-06-15 22:02:50 +02:00
parent 7c5313ef9a
commit 293b1fb36f

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