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 | 6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35 (patch) | |
tree | d081843307b735d415ef822f97f6d2ead87b6da6 /modules | |
parent | cd3c3c6018409a6405697927791a069db9ab1a01 (diff) | |
download | UXP-6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35.tar UXP-6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35.tar.gz UXP-6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35.tar.lz UXP-6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35.tar.xz UXP-6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35.zip |
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 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 |