]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix bug #6744: Crash when copying an inset from a deleted section.
[lyx.git] / src / LyXRC.h
index 2eccbc539fcbb186e96c452026ab6798ac8c0cb9..4ec4d2aeef4af3e5a79bdb86f2245d540822e75a 100644 (file)
@@ -76,9 +76,11 @@ public:
                RC_EDITOR_ALTERNATIVES,
                RC_ESC_CHARS,
                RC_EXAMPLEPATH,
+               RC_EXPORT_OVERWRITE,
                RC_FONT_ENCODING,
                RC_FORMAT,
-               RC_FORWARD_SEARCH,
+               RC_FORWARD_SEARCH_DVI,
+               RC_FORWARD_SEARCH_PDF,
                RC_FULL_SCREEN_LIMIT,
                RC_FULL_SCREEN_SCROLLBAR,
                RC_FULL_SCREEN_TABBAR,
@@ -492,7 +494,11 @@ public:
        ///
        bool single_close_tab_button;
        ///
-       std::string forward_search;
+       std::string forward_search_dvi;
+       ///
+       std::string forward_search_pdf;
+       ///
+       int export_overwrite;
 };