X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=406a26d493e9928f97ecbe5f458093f13bcb68ff;hb=99215ea58fc2b6088a71e71c02a4af9af5548133;hp=532f00a6c427b9f2c979e44aec5842e35f997790;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 532f00a6c4..406a26d493 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -118,9 +118,7 @@ enum LyXRCTags { RC_PREVIEW, RC_PREVIEW_HASHED_LABELS, RC_PREVIEW_SCALE_FACTOR, -#ifdef USE_PSPELL - RC_USE_PSPELL, -#endif + RC_USE_SPELL_LIB, RC_USER_NAME, RC_USER_EMAIL, RC_LAST @@ -280,10 +278,9 @@ enum LyXRCTags { string ascii_roff_command; /// unsigned int ascii_linelen; + /// use library instead of process + bool use_spell_lib; /// Ispell command -#ifdef USE_PSPELL - bool use_pspell; -#endif string isp_command; /// Accept compound words in spellchecker? bool isp_accept_compound;