summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-08-01 16:06:43 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-02 19:23:51 +0100
commit98e81a35d9da2d8059631e021dcfbbc5cf002c09 (patch)
treed081843307b735d415ef822f97f6d2ead87b6da6 /modules
parentae5dd6472fdc0da2bc7261053c6fb395595c6f48 (diff)
downloadaura-central-98e81a35d9da2d8059631e021dcfbbc5cf002c09.tar.gz
Fix spellchecker dictionary logic.
This fixes %6.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 67c632e71..62aedead2 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1117,6 +1117,9 @@ pref("print.print_via_parent", false);
// in a document.
pref("extensions.spellcheck.inline.max-misspellings", 500);
+// Predefined convenience pref for overriding the dictionary
+pref("spellchecker.dictionary.override", "");
+
// Prefs used by libeditor. Prefs specific to seamonkey composer
// belong in comm-central/editor/ui/composer.js