diff --git a/mozilla/xpfe/global/resources/content/printdialog.js b/mozilla/xpfe/global/resources/content/printdialog.js index b79ed21ecb3..53f51b0d2f0 100644 --- a/mozilla/xpfe/global/resources/content/printdialog.js +++ b/mozilla/xpfe/global/resources/content/printdialog.js @@ -220,6 +220,7 @@ function displayPropertiesDialog() .getService(Components.interfaces.nsIPrintingPromptService); if (printingPromptService) { printingPromptService.showPrinterProperties(null, dialog.printerList.value, gPrintSettings); + dialog.numCopiesInput.value = gPrintSettings.numCopies; } } catch(e) { dump("problems getting printingPromptService\n");