]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/qt_helpers.cpp
Enhancements and bugfixes to the TOCs
[features.git] / src / frontends / qt4 / qt_helpers.cpp
index 593aa3b2ce28ed9c54358e2adefb63973c35b2e4..075a00562a1c8989666c56f2aa91b6712bf8618d 100644 (file)
@@ -616,6 +616,8 @@ QString guiName(string const & type, BufferParams const & bp)
                return qt_("Index Entries");
        if (type == "marginalnote")
                return qt_("Marginal notes");
+       if (type == "math-macro")
+               return qt_("Math macros");
        if (type == "nomencl")
                return qt_("Nomenclature Entries");
        if (type == "note")