summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-bug991253
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/patch-bug991253')
-rw-r--r--www/firefox-esr/files/patch-bug99125317
1 files changed, 0 insertions, 17 deletions
diff --git a/www/firefox-esr/files/patch-bug991253 b/www/firefox-esr/files/patch-bug991253
deleted file mode 100644
index a9931030e915..000000000000
--- a/www/firefox-esr/files/patch-bug991253
+++ /dev/null
@@ -1,17 +0,0 @@
---- extensions/spellcheck/hunspell/glue/mozHunspell.cpp~
-+++ 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,