]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / LyXRC.h
index ee159307fe953d328da993b472b650319bc2486f..3bc2465eefa9f688c53ff71007046b37e2d6aa57 100644 (file)
@@ -63,6 +63,7 @@ public:
                RC_DISPLAY_GRAPHICS,
                RC_DOCUMENTPATH,
                RC_ESC_CHARS,
+               RC_EXAMPLEPATH,
                RC_FONT_ENCODING,
                RC_FORMAT,
                RC_INDEX_COMMAND,
@@ -137,6 +138,7 @@ public:
                RC_USE_ESC_CHARS,
                RC_USE_INP_ENC,
                RC_USE_PERS_DICT,
+               RC_USE_TOOLTIP,
                RC_USE_PIXMAP_CACHE,
                RC_USE_SPELL_LIB,
                RC_VIEWDVI_PAPEROPTION,
@@ -226,6 +228,8 @@ public:
        ///
        std::string document_path;
        ///
+       std::string example_path;
+       ///
        std::string template_path;
        ///
        std::string tempdir_path;
@@ -288,6 +292,8 @@ public:
        bool isp_use_alt_lang;
        /// Use personal dictionary?
        bool isp_use_pers_dict;
+       /// Use tooltips?
+       bool use_tooltip;
        /// Use pixmap cache?
        bool use_pixmap_cache;
        /// Use escape chars?