CComponentsLabel: trivial format fix

This commit is contained in:
2013-06-15 22:02:50 +02:00
parent 44759766af
commit 3f02d391bc

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