]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetTOC.cpp
index 3b407b7eb4dd5f5429d9ce46544b1d2ad98a5bab..414d6780fd534f72806a12cf2b45147e11637ed4 100644 (file)
@@ -96,7 +96,7 @@ void InsetTOC::doDispatch(Cursor & cur, FuncRequest & cmd) {
 docstring InsetTOC::layoutName() const
 {
        if (getCmdName() == "lstlistoflistings")
-               return from_ascii("ListOfListings");
+               return from_ascii("TOC:Listings");
        return docstring();
 }