commit 768c7e2fa2abffef768b27e185d0b2cc4c526e1b
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Thu Oct 4 14:02:01 2018 -0400

    Fix bug #11275.
    
    Show module name with description.
    
    (cherry picked from commit 2553b0073f5f63b7e8629154a810ffb7eaa6c366)
---
 src/frontends/qt4/GuiDocument.cpp |    4 ++++
 status.23x                        |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt4/GuiDocument.cpp 
b/src/frontends/qt4/GuiDocument.cpp
index 1748ddc..ccdcde7 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -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";
diff --git a/status.23x b/status.23x
index d0f6835..812698f 100644
--- a/status.23x
+++ b/status.23x
@@ -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
 

Reply via email to