git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23882 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-03-21 18:18:46 +00:00
parent d74c60b860
commit 7f02beb990

View File

@ -922,8 +922,13 @@ void MenuDefinition::expandToc(Buffer const * buf)
label = qt_("List of Equations");
else if (cit->first == "index")
label = qt_("List of Indexes");
else if (cit->first == "listing")
label = qt_("List of Listings");
else if (cit->first == "listing") {
// FIXME: the listing navigate menu causes a crash for unknown
// reason. See http://bugzilla.lyx.org/show_bug.cgi?id=4613
// This is a temporary fix:
//label = qt_("List of Listings");
continue;
}
else if (cit->first == "marginalnote")
label = qt_("List of Marginal notes");
else if (cit->first == "note")