Am 10.05.2016 um 18:08 schrieb Stephan Witt <sw...@lyx.org>: > > commit 5c1a9063cfe95b5b4b31734d6a38ec69a142d5e6 > Author: Stephan Witt <sw...@lyx.org> > Date: Tue May 10 18:06:48 2016 +0200 > > Correct path names were to look for RPM based dictionaries for hunspell on > Linux. > > diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp > index 67c7e27..24a25f2 100644 > --- a/src/HunspellChecker.cpp > +++ b/src/HunspellChecker.cpp > @@ -154,9 +154,9 @@ const string HunspellChecker::Private::dictPath(int > selector) > { > switch (selector) { > case 4: > - return addName(hunspellPackageDictDirectory(),dictDirectory()); > + return hunspellPackageDictDirectory(); > case 3: > - return addName(myspellPackageDictDirectory(),dictDirectory()); > + return myspellPackageDictDirectory(); > case 2: > return > addName(package().system_support().absFileName(),dictDirectory()); > case 1:
Richard, I’d like to backport this to 2.2.1-staging. Ok? Stephan