X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.C;h=1820f0e0dd6927798f69acc461b700e9d4897d3e;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=05576e3302e8b333ff2995b487573d0e35d2bab1;hpb=e35725d5c0bfef496ebdb18b23539f7f78a336ff;p=lyx.git diff --git a/src/factory.C b/src/factory.C index 05576e3302..1820f0e0dd 100644 --- a/src/factory.C +++ b/src/factory.C @@ -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();