]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / src / LyXRC.h
index d659d052d250b7590ed76d8b0d8a1d1778f2b22a..823dc15f74463162cbc996166138d1e6a958f3d3 100644 (file)
@@ -66,6 +66,7 @@ public:
                RC_COPIER,
                RC_CURSOR_FOLLOWS_SCROLLBAR,
                RC_DATE_INSERT_FORMAT,
+               RC_DEFAULT_DECIMAL_POINT,
                RC_DEFAULT_LANGUAGE,
                RC_DEFAULT_VIEW_FORMAT,
                RC_DEFAULT_PAPERSIZE,
@@ -76,6 +77,7 @@ public:
                RC_EDITOR_ALTERNATIVES,
                RC_ESC_CHARS,
                RC_EXAMPLEPATH,
+               RC_EXPORT_OVERWRITE,
                RC_FONT_ENCODING,
                RC_FORMAT,
                RC_FORWARD_SEARCH_DVI,
@@ -496,6 +498,10 @@ public:
        std::string forward_search_dvi;
        ///
        std::string forward_search_pdf;
+       ///
+       int export_overwrite;
+       /// Default decimal point when aligning table columns on decimal
+       std::string default_decimal_point;
 };