commit cc4de1501c18dce1d35f253e0b06b5188a24dd45
Author: Juergen Spitzmueller <[email protected]>
Date:   Wed Feb 16 13:16:24 2022 +0100

    More generic message
    
    Nomencl processor can be something else than makeindex.
---
 src/LaTeX.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp
index c38f5cb..9cfd735 100644
--- a/src/LaTeX.cpp
+++ b/src/LaTeX.cpp
@@ -588,8 +588,8 @@ int LaTeX::runMakeIndex(string const & f, OutputParams 
const & rp,
 int LaTeX::runMakeIndexNomencl(FileName const & fname,
                string const & nlo, string const & nls)
 {
-       LYXERR(Debug::LATEX, "Running MakeIndex for nomencl.");
-       message(_("Running MakeIndex for nomencl."));
+       LYXERR(Debug::LATEX, "Running Nocmenclature Processor.");
+       message(_("Running Nocmenclature Processor."));
        string tmp = lyxrc.nomencl_command + ' ';
        // onlyFileName() is needed for cygwin
        tmp += quoteName(onlyFileName(changeExtension(fname.absFileName(), 
nlo)));
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to