$OpenBSD: patch-src_spelling_dictionary_provider_hunspell_cpp,v 1.1 2018/01/28 17:05:26 awolk Exp $

Index: src/spelling/dictionary_provider_hunspell.cpp
--- src/spelling/dictionary_provider_hunspell.cpp.orig
+++ src/spelling/dictionary_provider_hunspell.cpp
@@ -301,7 +301,7 @@ DictionaryProviderHunspell::DictionaryProviderHunspell
 		xdg.append("/usr/local/share");
 		xdg.append("/usr/share");
 	}
-	QStringList subdirs = QStringList() << "/hunspell" << "/myspell/dicts" << "/myspell";
+	QStringList subdirs = QStringList() << "/hunspell" << "/myspell/dicts" << "/myspell" << "/mozilla-dicts";
 	foreach (const QString& subdir, subdirs) {
 		foreach (const QString& dir, xdg) {
 			QString path = dir + subdir;
