]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix compilation warning in DepTable.cpp
[lyx.git] / src / LyXRC.h
index 010e957153ef06a4a8a0ee3ac99c17cb64dca051..dccb3007f68f43b96eb1e74898d53724bbc8439d 100644 (file)
@@ -98,6 +98,7 @@ public:
                RC_INDEX_ALTERNATIVES,
                RC_INDEX_COMMAND,
                RC_INPUT,
+               RC_JBIBTEX_ALTERNATIVES,
                RC_JBIBTEX_COMMAND,
                RC_JINDEX_COMMAND,
                RC_KBMAP,
@@ -240,6 +241,8 @@ public:
        std::string bibtex_command;
        /// command to run japanese bibtex incl. options
        std::string jbibtex_command;
+       /// all available commands to run japanese bibtex incl. options
+       CommandSet jbibtex_alternatives;
        /// all available index commands incl. options
        CommandSet index_alternatives;
        /// command to run makeindex incl. options or other index programs
@@ -449,8 +452,6 @@ public:
        bool use_converter_needauth_forbidden;
        /// Ask user before calling external converters with 'needauth' option
        bool use_converter_needauth;
-       /// Apply hardening when calling external converters
-       bool use_converter_wrappers;
        /// The maximum age of cache files in seconds
        unsigned int converter_cache_maxage;
        /// Sort layouts alphabetically