mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Allow for the possibility of an "InsetLayout TOC".
This commit is contained in:
parent
5286ce6dfe
commit
597fdbf22f
@ -98,7 +98,7 @@ docstring InsetTOC::layoutName() const
|
|||||||
{
|
{
|
||||||
if (getCmdName() == "lstlistoflistings")
|
if (getCmdName() == "lstlistoflistings")
|
||||||
return from_ascii("TOC:Listings");
|
return from_ascii("TOC:Listings");
|
||||||
return docstring();
|
return from_ascii("TOC");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user