]> git.lyx.org Git - features.git/commitdiff
Fix Navigate menu for Notes and Foot notes. We should merge the Toc dialog and the...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 11 Feb 2008 13:29:02 +0000 (13:29 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 11 Feb 2008 13:29:02 +0000 (13:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22944 a592a061-630c-0410-9148-cb99ea01b6c8

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