mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +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")
|
||||
return from_ascii("TOC:Listings");
|
||||
return docstring();
|
||||
return from_ascii("TOC");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user