]> git.lyx.org Git - lyx.git/blobdiff - src/factory.C
hopefully fix tex2lyx linking.
[lyx.git] / 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();