зеркало из https://github.com/mozilla/pjs.git
Fixed the menu compile error
This commit is contained in:
Родитель
ec9e91356a
Коммит
55da3397c0
|
@ -368,7 +368,7 @@ HandleBrowserEvent(nsGUIEvent *aEvent)
|
|||
return result;
|
||||
|
||||
case NS_MENU_SELECTED:
|
||||
result = bw->DispatchMenuItem(((nsMenuEvent*)aEvent)->menuItem);
|
||||
result = bw->DispatchMenuItem(((nsMenuEvent*)aEvent)->mCommand);
|
||||
break;
|
||||
|
||||
// XXX This is a hack, but a needed one
|
||||
|
|
Загрузка…
Ссылка в новой задаче