diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-08-01 16:06:43 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-02 19:23:51 +0100 |
commit | df75df24085b717f2051c0e3b23503df4c2fab4b (patch) | |
tree | d081843307b735d415ef822f97f6d2ead87b6da6 /modules | |
parent | 242b5e0d74f8f4ed00fa3e542af5e87599e9339a (diff) | |
download | uxp-df75df24085b717f2051c0e3b23503df4c2fab4b.tar.gz |
Fix spellchecker dictionary logic.
This fixes #6.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 67c632e717..62aedead2e 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 |