Fix spellchecker dictionary logic.

This fixes #6.
This commit is contained in:
wolfbeast 2017-08-01 16:06:43 +02:00 committed by Roy Tam
commit 3d983be76c
2 changed files with 118 additions and 185 deletions

View file

@ -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