remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc

This commit is contained in:
2007-10-01 16:20:37 -07:00
parent 604c74b096
commit 9f351ff772
12 changed files with 23 additions and 108 deletions

View File

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