]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix "make check" with gcc 4.3
[lyx.git] / src / LyXRC.h
index 361f22badceae3ceb6dc6ee5840ce956fe53faf5..3e513e350066d4e96770672209e5973d0a51a1db 100644 (file)
@@ -38,6 +38,7 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
+               RC_AUTOCORRECTION_MATH,
                RC_PLAINTEXT_LINELEN,
                RC_PLAINTEXT_ROFF_COMMAND,
                RC_AUTOREGIONDELETE,
@@ -149,6 +150,7 @@ public:
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
                RC_TEX_EXPECTS_WINDOWS_PATHS,
+               RC_THESAURUSDIRPATH,
                RC_UIFILE,
                RC_USELASTFILEPOS,
                RC_USER_EMAIL,
@@ -258,6 +260,8 @@ public:
        ///
        std::string tempdir_path;
        ///
+       std::string thesaurusdir_path;
+       ///
        bool auto_region_delete;
        /// flag telling whether lastfiles should be checked for existance
        bool auto_reset_options;
@@ -318,7 +322,7 @@ public:
        bool use_pixmap_cache;
        /// Use escape chars?
        bool spellchecker_use_esc_chars;
-       /// Alternate language for ispell
+       /// Alternate language for spellchecker
        std::string spellchecker_alt_lang;
        /// Alternate personal dictionary file for the spellchecker
        std::string spellchecker_pers_dict;
@@ -435,6 +439,8 @@ public:
        ///
        int completion_inline_dots;
        ///
+       bool autocorrection_math;
+       ///
        double completion_popup_delay;
        ///
        bool completion_popup_math;