]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToc.cpp
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiToc.cpp
index 40233e83f4c77aec2d67bc9a1c7eb0505b22cadc..43485fa320c1c66494eb14b799a3a63ecc560146 100644 (file)
@@ -233,6 +233,8 @@ docstring GuiToc::guiName(string const & type) const
                return _("List of Marginal notes");
        if (type == "note")
                return _("List of Notes");
+       if (type == "citation")
+               return _("List of Citations");
        if (type == "label")
                return _("Labels and References");