]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Minor code shuffle.
[lyx.git] / src / lyxrc.h
index f9cf28430162966976a2e19de2f51a45492e8ba7..e5f6dc8d6f7d7e15ca7008f55bf55629a823c0d8 100644 (file)
@@ -117,6 +117,9 @@ enum LyXRCTags {
        RC_NEW_ASK_FILENAME,
        RC_DEFAULT_LANGUAGE,
        RC_LABEL_INIT_LENGTH,
+#ifdef USE_PSPELL      
+       RC_USE_PSPELL,
+#endif
        RC_LAST
 };
 
@@ -263,6 +266,9 @@ enum LyXRCTags {
        ///
        unsigned int ascii_linelen;
        /// Ispell command
+#ifdef USE_PSPELL      
+       bool use_pspell;
+#endif
        string isp_command;
        /// Accept compound words in spellchecker?
        bool isp_accept_compound;