fixing build
This commit is contained in:
Родитель
d1838ac525
Коммит
d19b4d0bc9
|
@ -314,6 +314,7 @@ NS_METHOD nsMenu::GetNativeData(void *& aData)
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
nsEventStatus nsMenu::MenuSelected(const nsMenuEvent & aMenuEvent)
|
nsEventStatus nsMenu::MenuSelected(const nsMenuEvent & aMenuEvent)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
// Determine if this is the correct menu to handle the event
|
// Determine if this is the correct menu to handle the event
|
||||||
PRInt16 menuID = HiWord(((nsMenuEvent)aMenuEvent).mCommand);
|
PRInt16 menuID = HiWord(((nsMenuEvent)aMenuEvent).mCommand);
|
||||||
if(mMacMenuID == menuID)
|
if(mMacMenuID == menuID)
|
||||||
|
@ -330,5 +331,6 @@ nsEventStatus nsMenu::MenuSelected(const nsMenuEvent & aMenuEvent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
*/
|
||||||
return nsEventStatus_eIgnore;
|
return nsEventStatus_eIgnore;
|
||||||
}
|
}
|
Загрузка…
Ссылка в новой задаче