X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=3bc2465eefa9f688c53ff71007046b37e2d6aa57;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=f348edb2853a6e2cdfb4c88fc601d2940adea471;hpb=58135f8b270516c0b06299e1d5bc2f1d2c28f4a8;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index f348edb285..3bc2465eef 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -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?