Bug 655703 - disable by default the type-ahead-find beep (accessibility.typeaheadfind.enablesound) - r=davidb

No more annoying system beeps when doing Ctrl+F on linux.
This commit is contained in:
Benoit Jacob 2011-05-10 09:08:08 -04:00
parent 3b50630ddb
commit 1e8ce0c249

View File

@ -256,7 +256,7 @@ pref("accessibility.typeaheadfind.startlinksonly", false);
pref("accessibility.typeaheadfind.timeout", 4000);
pref("accessibility.typeaheadfind.enabletimeout", true);
pref("accessibility.typeaheadfind.soundURL", "beep");
pref("accessibility.typeaheadfind.enablesound", true);
pref("accessibility.typeaheadfind.enablesound", false);
pref("accessibility.typeaheadfind.prefillwithselection", true);
// use Mac OS X Appearance panel text smoothing setting when rendering text, disabled by default