commit f3b6f0e384f21f8630f6807bb5025ade9cc0565c
Author: Stephan Witt <[email protected]>
Date:   Sun Jun 12 13:21:16 2016 +0200

    Correct default location for RPM based hunspell dictionary files lookup 
(fixes bug #10071 and #10192)

diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp
index ea4b88c..bee7a1e 100644
--- a/src/HunspellChecker.cpp
+++ b/src/HunspellChecker.cpp
@@ -151,7 +151,7 @@ const string HunspellChecker::Private::dictPath(int 
selector)
 {
        switch (selector) {
        case 3:
-               return addName(osPackageDictDirectory(),dictDirectory());
+               return osPackageDictDirectory();
                break;
        case 2:
                return 
addName(package().system_support().absFileName(),dictDirectory());
diff --git a/status.21x b/status.21x
index 38ba3bb..c68c0c7 100644
--- a/status.21x
+++ b/status.21x
@@ -165,6 +165,8 @@ What's new
 
 - Fix on screen narrow box when using \width as box width unit (bug 10048).
 
+- Fix default location for RPM based hunspell dictionary search (bug 10071 and 
10192).
+
 * INTERNALS
 
 - Fix parsing problems of class and category declaration line in layout files

Reply via email to