]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.cpp
Tooltips for collapsables and branches
[lyx.git] / src / MenuBackend.cpp
index 8d269f3e02e5761d1baff98aa1fc7ec22acade8b..fc4ddca86c12f4a513e2e51744b51d83335e02a4 100644 (file)
@@ -770,6 +770,10 @@ void expandToc(Menu & tomenu, Buffer const * buf)
                // is not shown in floatlist.
                else if (cit->first == "listing")
                        label = _("List of listings");
+               else if (cit->first == "note")
+                       label = _("List of Notes");
+               else if (cit->first == "footnote")
+                       label = _("List of Foot notes");
                // this should not happen now, but if something else like
                // listings is added later, this can avoid an empty menu name.
                else