]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / lyxrc.h
index 941e6ce2cf9f29f85877fb46c43c10704f0d5686..d4f053a978b8dcbd2a922c09015846993f1b0d74 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -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
 };
 
@@ -187,8 +190,8 @@ enum LyXRCTags {
        string ps_command;
        /// option for telling the dvi viewer about the paper size
        string view_dvi_paper_option;
-       /// default paper size for local xdvi/dvips/ghostview/whatever
-       BufferParams::PAPER_SIZE default_papersize;
+        /// default paper size for local xdvi/dvips/ghostview/whatever
+        BufferParams::PAPER_SIZE default_papersize;
        /// command to run chktex incl. options
        string chktex_command;
        ///
@@ -248,6 +251,8 @@ enum LyXRCTags {
                ///
                ISO_8859_9,
                ///
+               ISO_8859_15,
+               ///
                OTHER_ENCODING
        };
        ///
@@ -263,6 +268,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;