This enables platforms to set a pref as to whether they allow print from print preview.

(I checked this in with the wrong value because I was testing it)
Bug 118623 r=roland sr=attinasi
This commit is contained in:
rods%netscape.com 2002-01-15 11:28:10 +00:00
parent c2521b6587
commit 2bc896bbf6

View File

@ -187,4 +187,4 @@ pref("print.print_headerfooter_gap", 0); // twips
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
pref("print.whileInPrintPreview", false);
pref("print.whileInPrintPreview", true);