mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Fix bug #11275.
Show module name with description.
(cherry picked from commit 2553b0073f
)
This commit is contained in:
parent
ba3ff646db
commit
768c7e2fa2
@ -2832,6 +2832,10 @@ void GuiDocument::updateModuleInfo()
|
||||
desc += bformat(_("Modules excluded: %1$s."), pkgdesc);
|
||||
}
|
||||
|
||||
if (!desc.empty())
|
||||
desc += "\n";
|
||||
desc += bformat(_("Filename: %1$s.module."), from_utf8(modName));
|
||||
|
||||
if (!isModuleAvailable(modName)) {
|
||||
if (!desc.empty())
|
||||
desc += "\n";
|
||||
|
@ -67,6 +67,8 @@ What's new
|
||||
|
||||
- Add bibtex inset to outliner if "add to toc" is checked (bug 11309).
|
||||
|
||||
- Show module name with description (bug 11275).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user