mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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) {
|
switch (selector) {
|
||||||
case 3:
|
case 3:
|
||||||
return addName(osPackageDictDirectory(),dictDirectory());
|
return osPackageDictDirectory();
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
return addName(package().system_support().absFileName(),dictDirectory());
|
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 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
|
* INTERNALS
|
||||||
|
|
||||||
- Fix parsing problems of class and category declaration line in layout files
|
- Fix parsing problems of class and category declaration line in layout files
|
||||||
|
Loading…
Reference in New Issue
Block a user