]> git.lyx.org Git - features.git/commitdiff
Forgot this
authorMartin Vermeer <martin.vermeer@hut.fi>
Sat, 8 Sep 2007 13:09:58 +0000 (13:09 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Sat, 8 Sep 2007 13:09:58 +0000 (13:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20139 a592a061-630c-0410-9148-cb99ea01b6c8

src/factory.cpp

index f8afea83366df81108fa1be90d082a0d127bc3cd..3e63e0e896bb228d8522dd5e89dc5d375cef2110 100644 (file)
@@ -470,7 +470,7 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
                        inset.reset(new InsetNote(buf.params(), tmptok));
                } else if (tmptok == "Box") {
                        inset.reset(new InsetBox(buf.params(), tmptok));
-               } else if (tmptok == "CharStyle") {
+               } else if (tmptok == "Flex") {
                        lex.next();
                        string s = lex.getString();
                        InsetLayout il = tclass.insetlayout(from_utf8(s));