More generic message

Nomencl processor can be something else than makeindex.
This commit is contained in:
Juergen Spitzmueller 2022-02-16 13:16:24 +01:00
parent cd75f429b0
commit cc4de1501c

View File

@ -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)));