[LyX/master] More generic message
Juergen Spitzmueller
spitz at lyx.org
Wed Feb 16 11:44:17 UTC 2022
commit cc4de1501c18dce1d35f253e0b06b5188a24dd45
Author: Juergen Spitzmueller <spitz at lyx.org>
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)));
More information about the lyx-cvs
mailing list