mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix default spellchecker when only Enchant is available
This has been annoying me for ages.
This commit is contained in:
parent
af795b80d8
commit
ae473b012a
@ -284,6 +284,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)
|
||||
|
Loading…
Reference in New Issue
Block a user