]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
Small fixes from Lior and Angus
[lyx.git] / src / lyxfunc.C
index 3f9461e6ecb7c8fbee0296e17924983abd35311c..d9f7e28269bffacf920d40246472989ef8cfa34f 100644 (file)
@@ -2749,7 +2749,7 @@ string const LyXFunc::Dispatch(int ac,
 
        case LFUN_CHILDINSERT:
        {
-               InsetCommandParams p( "Include", argument );
+               InsetCommandParams p( "include", argument );
                Inset * inset = new InsetInclude(p, *owner->buffer());
                if (owner->view()->insertInset(inset, "Standard", true))
                        inset->Edit(owner->view(), 0, 0, 0);