]> 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:02:01 +0000 (14:02 -0400)
Show module name with description.

src/frontends/qt4/GuiDocument.cpp

index d60385b041dd98d5bda834874fb4264347b5851a..01892ce4444881bf11e335900d55593acb856b67 100644 (file)
@@ -2921,6 +2921,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";