mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 738542: Increase min required JRE to 1.6. r=smichaud
This commit is contained in:
parent
45a106cae1
commit
8db1c17bac
@ -2063,7 +2063,7 @@ pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
|
||||
pref("print.extend_native_print_dialog", true);
|
||||
|
||||
// Locate Java by scanning the Sun JRE installation directory with a minimum version
|
||||
pref("plugin.scan.SunJRE", "1.3");
|
||||
pref("plugin.scan.SunJRE", "1.6");
|
||||
|
||||
// Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version
|
||||
pref("plugin.scan.Acrobat", "5.0");
|
||||
|
Loading…
Reference in New Issue
Block a user