]> git.lyx.org Git - lyx.git/commitdiff
fix typo
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 17:53:10 +0000 (17:53 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 17:53:10 +0000 (17:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15834 a592a061-630c-0410-9148-cb99ea01b6c8

src/factory.C

index 05576e3302e8b333ff2995b487573d0e35d2bab1..1820f0e0dd6927798f69acc461b700e9d4897d3e 100644 (file)
@@ -454,7 +454,7 @@ InsetBase * readInset(LyXLex & lex, Buffer const & buf)
                        inset.reset(new InsetBranch(buf.params(),
                                                    InsetBranchParams()));
                } else if (tmptok == "Include") {
-                       InsetCommandParams p("Include");
+                       InsetCommandParams p("include");
                        inset.reset(new InsetInclude(p));
                } else if (tmptok == "Environment") {
                        lex.next();