This commit is contained in:
Walzer 2010-09-01 07:26:47 +00:00
parent 4b529493fc
commit ca8672ff62
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace cocos2d{
/** the color that will be used to disable the item */
CCX_PROPERTY(ccColor3B, m_tDisabledColor, DisabledColor);
/** Label that is rendered. It can be any CCNode that implements the CCLabelProtocol */
CCX_PROPERTY(CCNode*, m_pLabel, Lable);
CCX_PROPERTY(CCNode*, m_pLabel, Label);
public:
CCMenuItemLabel()
:m_pLabel(NULL)