Bug 510418: Consider setting app.update.showInstalledUI to false in fennec's default prefs [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-08-14 12:30:13 -04:00
Родитель 856a5bbfc9
Коммит d426692c0e
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -191,6 +191,10 @@ pref("accessibility.typeaheadfind.casesensitive", 0);
// zoom key(F7) conflicts with caret browsing on maemo
pref("accessibility.browsewithcaret_shortcut.enabled", false);
// Whether or not we show a dialog box informing the user that the update was
// successfully applied.
pref("app.update.showInstalledUI", false);
// pointer to the default engine name
pref("browser.search.defaultenginename", "chrome://browser/locale/region.properties");
// SSL error page behaviour