Fixed the menu compile error

This commit is contained in:
rods%netscape.com 1998-10-09 22:00:50 +00:00
parent ecb3553a2a
commit efc344517b

View File

@ -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