]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / lyxrc.h
index edbe7e8adbaa14a81057ebf6e52ecb358e2dca33..823c0f33ba2f1a8bcf20f2d0cf6114a17b68a6ac 100644 (file)
@@ -66,6 +66,7 @@ enum LyXRCTags {
        RC_USETEMPDIR,
        RC_LASTFILES,
        RC_AUTOREGIONDELETE,
+       RC_AUTORESET_OPTIONS,
        RC_BIND,
        RC_OVERRIDE_X_DEADKEYS,
        RC_SERVERPIPE,
@@ -119,6 +120,7 @@ enum LyXRCTags {
        RC_NEW_ASK_FILENAME,
        RC_DEFAULT_LANGUAGE,
        RC_LABEL_INIT_LENGTH,
+       RC_DISPLAY_GRAPHICS,
 #ifdef USE_PSPELL      
        RC_USE_PSPELL,
 #endif
@@ -207,6 +209,8 @@ enum LyXRCTags {
        ///
        bool auto_region_delete;
        /// flag telling whether lastfiles should be checked for existance
+       bool auto_reset_options;
+       ///
        bool check_lastfiles;
        /// filename for lastfiles file
        string lastfiles;
@@ -249,6 +253,10 @@ enum LyXRCTags {
                ///
                ISO_8859_1,
                ///
+               ISO_8859_3,
+               ///
+               ISO_8859_4,
+               ///
                ISO_8859_6_8,
                ///
                ISO_8859_9,
@@ -340,6 +348,8 @@ enum LyXRCTags {
        bool dialogs_iconify_with_main;
        ///
        int label_init_length;
+       ///
+       string display_graphics;
 private:
        /// Is a bind file already (or currently) read?
        bool hasBindFile;