From 597fdbf22f09283c2b8c55b52489b14d0ea5a1bf Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 27 Mar 2013 17:06:38 -0400 Subject: [PATCH] Allow for the possibility of an "InsetLayout TOC". --- src/insets/InsetTOC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp index 68f0b35e1e..700680d1a5 100644 --- a/src/insets/InsetTOC.cpp +++ b/src/insets/InsetTOC.cpp @@ -98,7 +98,7 @@ docstring InsetTOC::layoutName() const { if (getCmdName() == "lstlistoflistings") return from_ascii("TOC:Listings"); - return docstring(); + return from_ascii("TOC"); } -- 2.39.2