Comment 150 for bug 10910

Revision history for this message
Joachim Schwender (jschwender) wrote :

You can also lock down these settings, then these settings override user-settings. To do that you have to use
lockPref("print.print_paper_name", "iso_a4"); instead of pref("print.print_paper_name", "iso_a4");. This has been improved, as it did not work properly with older versions of firefox.