From: Georg Baum Date: Thu, 9 Nov 2006 17:53:10 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.6.10~11955 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7cce3371a6cfa3eff474bf3cfaf27866140e467d;p=lyx.git fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15834 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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();