mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 00:20:43 +00:00
Fix default spellchecker when only Enchant is available
This has been annoying me for ages.
(cherry picked from commit ae473b012a
)
This commit is contained in:
parent
3abfd72b27
commit
0ddb1435c9
@ -283,6 +283,8 @@ void LyXRC::setDefaults()
|
||||
// FIXME: this check should test the target platform (darwin)
|
||||
#if defined(USE_MACOSX_PACKAGING)
|
||||
spellchecker = "native";
|
||||
#elif defined(USE_ENCHANT)
|
||||
spellchecker = "enchant";
|
||||
#elif defined(USE_ASPELL)
|
||||
spellchecker = "aspell";
|
||||
#elif defined(USE_HUNSPELL)
|
||||
|
@ -68,7 +68,11 @@ What's new
|
||||
|
||||
- Fix list of viewable formats in view/update menu (bug 11044).
|
||||
|
||||
- Fix encoding problems with listings insets and non-TeX fonts (bug 11056).
|
||||
- Fix encoding problems with listings insets and non-TeX fonts (bug
|
||||
11056).
|
||||
|
||||
- When only Enchant is configured as a spell checker, configure it
|
||||
properly as default.
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
Loading…
Reference in New Issue
Block a user