Bug 655756 - Remove final XP_MAC remnants; r=josh

This commit is contained in:
Ed Morley
2011-05-10 20:24:48 +02:00
parent 60cfc47872
commit 5939100a93
37 changed files with 17 additions and 534 deletions

View File

@@ -1570,7 +1570,7 @@ NS_IMETHODIMP nsHTMLEditor::InsertFromDrop(nsIDOMEvent* aDropEvent)
nsCOMPtr<nsIDOMMouseEvent> mouseEvent(do_QueryInterface(aDropEvent));
if (mouseEvent)
#if defined(XP_MAC) || defined(XP_MACOSX)
#if defined(XP_MACOSX)
mouseEvent->GetAltKey(&userWantsCopy);
#else
mouseEvent->GetCtrlKey(&userWantsCopy);