Bug 137440 - download manager should appear by default, rather than separate progress dialogs (except on mac, until 132027 is fixed). Checking in for blake. r=hixie, sr=ben.

This commit is contained in:
bryner%netscape.com 2002-04-28 23:54:08 +00:00
Родитель 53d894ca96
Коммит 04d22d91a0
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -191,3 +191,9 @@ pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
// This indicates whether it should use the native dialog or the XP Dialog
pref("print.use_native_print_dialog", true);
// determines the behavior upon starting a download.
// 0 - open the download manager
// 1 - open a progress dialog
// 2 - do nothing
pref("browser.downloadmanager.behavior", 1);