mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix Navigate menu for Notes and Foot notes. We should merge the Toc dialog and the Navigate menu someday.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22944 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4068d50058
commit
7e026a3d67
@ -770,6 +770,10 @@ void expandToc(Menu & tomenu, Buffer const * buf)
|
|||||||
// is not shown in floatlist.
|
// is not shown in floatlist.
|
||||||
else if (cit->first == "listing")
|
else if (cit->first == "listing")
|
||||||
label = _("List of listings");
|
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
|
// this should not happen now, but if something else like
|
||||||
// listings is added later, this can avoid an empty menu name.
|
// listings is added later, this can avoid an empty menu name.
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user