fix build breakage
git-svn-id: svn://10.0.0.236/trunk@38203 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -680,13 +680,13 @@ NS_IMETHODIMP nsWebShellWindow::LoadMenuItem(
|
||||
pnsMenuItem->SetShortcutChar(keyChar);
|
||||
|
||||
if(shiftValue == "true")
|
||||
modifiers |= kMenuShiftModifier;
|
||||
modifiers |= knsMenuItemShiftModifier;
|
||||
|
||||
if(altValue == "true")
|
||||
modifiers |= kMenuOptionModifier;
|
||||
modifiers |= knsMenuItemAltModifier;
|
||||
|
||||
if(commandValue == "false")
|
||||
modifiers |= kMenuNoCommandModifier;
|
||||
modifiers |= knsMenuItemCommandModifier;
|
||||
|
||||
pnsMenuItem->SetModifiers(modifiers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user