]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / LyXRC.h
index 4032e6bebc01b89aa29334210064c96ba22f5cee..25e1fc1dc067656c1c8cc668c13da8750adcdf79 100644 (file)
@@ -26,7 +26,6 @@
 #include <map>
 #include <set>
 #include <string>
-#include <vector>
 
 
 namespace lyx {
@@ -190,6 +189,7 @@ public:
                RC_VIEWER,
                RC_VIEWER_ALTERNATIVES,
                RC_VISUAL_CURSOR,
+               RC_CLOSE_BUFFER_WITH_LAST_VIEW,
                RC_LAST
        };
 
@@ -547,6 +547,8 @@ public:
        bool force_paint_single_char;
        ///
        int cursor_width;
+       /// One of: yes, no, ask
+       std::string close_buffer_with_last_view;
 };