mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Generate a proper error dialog title for XeTeX/LuaTeX
(see bug #10013) Candidate for stable
This commit is contained in:
parent
6bcbd907a4
commit
65173b26d5
@ -46,7 +46,9 @@ string const guiErrorType(string const & s)
|
|||||||
return N_("Literate");
|
return N_("Literate");
|
||||||
else if (s == "platex")
|
else if (s == "platex")
|
||||||
return N_("pLaTeX");
|
return N_("pLaTeX");
|
||||||
else if (s == "latex")
|
else if (s == "latex" || "xetex")
|
||||||
|
// All LaTeX variants except pLaTeX
|
||||||
|
// (LaTeX, PDFLaTeX, XeTeX, LuaTeX)
|
||||||
return N_("LaTeX");
|
return N_("LaTeX");
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user