diff --git a/mail/base/content/mail3PaneWindowCommands.js b/mail/base/content/mail3PaneWindowCommands.js index a5ed1110b94..31ea283f786 100644 --- a/mail/base/content/mail3PaneWindowCommands.js +++ b/mail/base/content/mail3PaneWindowCommands.js @@ -572,7 +572,7 @@ var DefaultController = MsgOpenSelectedMessages(); return; case "cmd_printSetup": - NSPrintSetup(); + PrintUtils.showPageSetup(); return; case "cmd_print": PrintEnginePrint(); diff --git a/mail/base/content/mailWindowOverlay.xul b/mail/base/content/mailWindowOverlay.xul index 0a3a667f4f4..c729057a4f2 100644 --- a/mail/base/content/mailWindowOverlay.xul +++ b/mail/base/content/mailWindowOverlay.xul @@ -64,7 +64,7 @@