]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / LyXRC.h
index f348edb2853a6e2cdfb4c88fc601d2940adea471..3bc2465eefa9f688c53ff71007046b37e2d6aa57 100644 (file)
@@ -138,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,
@@ -291,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?