]> git.lyx.org Git - features.git/commitdiff
Fix bug #11275.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 4 Oct 2018 18:02:01 +0000 (14:02 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 4 Oct 2018 18:12:03 +0000 (14:12 -0400)
Show module name with description.

(cherry picked from commit 2553b0073f5f63b7e8629154a810ffb7eaa6c366)

src/frontends/qt4/GuiDocument.cpp
status.23x

index 1748ddcaaa85327eb52f2730e94637c21dcc8e5b..ccdcde7bc31dd62ea0217abab32e6a1820de649d 100644 (file)
@@ -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";
index d0f6835ee457e7e71d56ccd5c75d711fdca2ea5c..812698f7df007db2f04e6e63f817b6748a96f341 100644 (file)
@@ -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