]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.cpp
Output a parbreak after a command.
[lyx.git] / src / insets / InsetFoot.cpp
index 372bfabe39330b2028ed23fe21cf1f6ef44e3d90..bfb637e49831dfc8f082644045539ab85a82f6a5 100644 (file)
@@ -68,7 +68,7 @@ void InsetFoot::addToToc(DocIterator const & cpit, bool output_active) const
 
        Toc & toc = buffer().tocBackend().toc("footnote");
        docstring str = custom_label_ + ": ";
-       text().forToc(str, TOC_ENTRY_LENGTH);
+       text().forOutliner(str, TOC_ENTRY_LENGTH);
        toc.push_back(TocItem(pit, 0, str, output_active, toolTipText(docstring(), 3, 60)));
        // Proceed with the rest of the inset.
        InsetFootlike::addToToc(cpit, output_active);