mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
temporary fix for http://bugzilla.lyx.org/show_bug.cgi?id=4613
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23882 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d74c60b860
commit
7f02beb990
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user