From 6d3a0633543c2f6dfa3cb82aab519ac5fbd33e35 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 1 Aug 2017 16:06:43 +0200 Subject: Fix spellchecker dictionary logic. This fixes #6. --- modules/libpref/init/all.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/libpref') 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 -- cgit v1.2.3