]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Typos.
[lyx.git] / src / LyXRC.h
index ae9ab388c93907655fccfdb260a0ba4bd0484543..e1a9ae9a286a5ad56fbf4af04a876e0eb02bcb9b 100644 (file)
@@ -103,6 +103,7 @@ public:
                RC_MAKE_BACKUP,
                RC_MARK_FOREIGN_LANGUAGE,
                RC_MOUSE_WHEEL_SPEED,
+               RC_NOMENCL_COMMAND,
                RC_NUMLASTFILES,
                RC_PATH_PREFIX,
                RC_PERS_DICT,
@@ -246,6 +247,8 @@ public:
        std::string bibtex_command;
        /// command to run makeindex incl. options or other index programs
        std::string index_command;
+       /// command to run makeindex incl. options for nomencl
+       std::string nomencl_command;
        ///
        std::string document_path;
        ///
@@ -467,6 +470,9 @@ extern LyXRC lyxrc;
 ///
 extern LyXRC system_lyxrc;
 
+// used by at least frontends/qt4/GuiPref.cpp
+const long maxlastfiles = 20;
+
 } // namespace lyx
 
 #endif