git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-11-09 17:53:10 +00:00
parent 35964d3e02
commit 7cce3371a6

View 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();