summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug991253
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/files/patch-bug991253')
-rw-r--r--mail/thunderbird/files/patch-bug99125317
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/thunderbird/files/patch-bug991253 b/mail/thunderbird/files/patch-bug991253
deleted file mode 100644
index bf507f925250..000000000000
--- a/mail/thunderbird/files/patch-bug991253
+++ /dev/null
@@ -1,17 +0,0 @@
---- mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp~
-+++ mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-@@ -392,6 +392,14 @@ mozHunspell::LoadDictionaryList(bool aNo
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsCOMPtr<nsIFile> hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, getter_AddRefs(hunDir));
-+ if (hunDir) {
-+ LoadDictionariesFromDir(hunDir);
-+ }
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,