Skip to content

Commit

Permalink
layout.spellcheckDefault pref off by default
Browse files Browse the repository at this point in the history
Since Conkeror does not have a spellchecking ui, it makes no sense to
allow gecko to decorate text fields with red marks by default.

resolves issue429
  • Loading branch information
John Foerch committed Dec 6, 2012
1 parent 590d640 commit 3454815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/preferences/gui.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
* COPYING file. * COPYING file.
**/ **/


pref("layout.spellcheckDefault", 0);
pref("layout.word_select.stop_at_punctuation", true); pref("layout.word_select.stop_at_punctuation", true);

0 comments on commit 3454815

Please sign in to comment.