mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
Correct default location for RPM based hunspell dictionary files lookup (fixes bug #10071 and #10192)
This commit is contained in:
parent
de19f69402
commit
f3b6f0e384
@ -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());
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user