]> git.lyx.org Git - features.git/commitdiff
Correct toc to floatlist
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 25 Oct 2010 19:53:40 +0000 (19:53 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 25 Oct 2010 19:53:40 +0000 (19:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35839 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetFloatList.cpp

index 2d45ebbbf9393d6b496cf17c5ca09cd203fb6ec1..d10c1c077fd532717f368824dce0f7f58e15d03d 100644 (file)
@@ -38,12 +38,12 @@ namespace lyx {
 
 
 InsetFloatList::InsetFloatList(Buffer * buf)
-       : InsetCommand(buf, InsetCommandParams(FLOAT_LIST_CODE), "toc")
+       : InsetCommand(buf, InsetCommandParams(FLOAT_LIST_CODE), "floatlist")
 {}
 
 
 InsetFloatList::InsetFloatList(Buffer * buf, string const & type)
-       : InsetCommand(buf, InsetCommandParams(FLOAT_LIST_CODE), "toc")
+       : InsetCommand(buf, InsetCommandParams(FLOAT_LIST_CODE), "floatlist")
 {
        setParam("type", from_ascii(type));
 }