typeahead find now needs to be invoked by explicit '/' to avoid people getting

pissed off (bug 226161)
This commit is contained in:
pinkerton%netscape.com 2003-11-19 21:48:24 +00:00
Родитель 2b2a3617ab
Коммит 9c55863ec7
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -69,8 +69,10 @@ pref("browser.download.autoDispatch", false);
pref("chimera.enable_rendezvous", true); pref("chimera.enable_rendezvous", true);
// set typeahead find to search all text by default // set typeahead find to search all text by default, but not invoke
// unless you type '/'
pref("accessibility.typeaheadfind.linksonly", false); pref("accessibility.typeaheadfind.linksonly", false);
pref("accessibility.typeaheadfind.autostart", false);
// image resizing // image resizing
pref("browser.enable_automatic_image_resizing", true); pref("browser.enable_automatic_image_resizing", true);