remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
This commit is contained in:
@@ -1075,7 +1075,7 @@ nsMenuFrame::BuildAcceleratorText()
|
||||
{
|
||||
// Compiled-in defaults, in case we can't get LookAndFeel --
|
||||
// command for mac, control for all other platforms.
|
||||
#if defined(XP_MAC) || defined(XP_MACOSX)
|
||||
#ifdef XP_MACOSX
|
||||
accelKey = nsIDOMKeyEvent::DOM_VK_META;
|
||||
#else
|
||||
accelKey = nsIDOMKeyEvent::DOM_VK_CONTROL;
|
||||
|
||||
Reference in New Issue
Block a user