]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.cpp
do what the FIXME suggested
[lyx.git] / src / MenuBackend.cpp
index df4de67b54a86b341a9bea3ce5eeef6577cc6321..de7172f5d0bfa8436591fc56391729786c231207 100644 (file)
@@ -780,6 +780,8 @@ void expandToc(Menu & tomenu, Buffer const * buf)
                        label = _("List of Foot notes");
                else if (cit->first == "label")
                        label = _("Labels and References");
+               else if (cit->first == "citation")
+                       label = _("List of Citations");
                // this should not happen now, but if something else like
                // listings is added later, this can avoid an empty menu name.
                else