mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Generate a proper error dialog title for XeTeX/LuaTeX
(see bug #10013) Candidate for stable
This commit is contained in:
parent
5198fdfc0b
commit
90e337c84d
@ -46,7 +46,9 @@ string const guiErrorType(string const & s)
|
||||
return N_("Literate");
|
||||
else if (s == "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 s;
|
||||
}
|
||||
|
@ -168,6 +168,8 @@ What's new
|
||||
|
||||
- Accessibility of the document class selector from keyboard (bug 10035).
|
||||
|
||||
- Fix title of LuaTeX and XeTeX error dialogs (part of bug 10013).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user