X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=9d70eacee8e6bb2d9cb2836e93a0da6ca0f9fa9e;hb=fe390e9da1538e20eabbc98977d845295f8e563d;hp=532f00a6c427b9f2c979e44aec5842e35f997790;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 532f00a6c4..9d70eacee8 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 @@ -187,8 +185,6 @@ enum LyXRCTags { string custom_export_command; /// string custom_export_format; - /// - bool pdf_mode; /// postscript interpreter (in general "gs", if it is installed) string ps_command; /// option for telling the dvi viewer about the paper size @@ -280,10 +276,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; @@ -333,8 +328,6 @@ enum LyXRCTags { bool auto_number; /// bool mark_foreign_language; - /// Do we have to use a GUI? - bool use_gui; /// string default_language; /// @@ -344,7 +337,7 @@ enum LyXRCTags { /// int label_init_length; /// - grfx::DisplayType display_graphics; + lyx::graphics::DisplayType display_graphics; /// bool show_banner; ///