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

This commit is contained in:
Stephan Witt 2016-06-12 13:21:16 +02:00
parent de19f69402
commit f3b6f0e384
2 changed files with 3 additions and 1 deletions

View File

@ -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());

View File

@ -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