]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
Small fix in lyxfunc (missing break)
[features.git] / src / lyxfunc.C
index e2db2999383b0730e929468f55436455fe20f7ac..54d86baf645c34b8b0d8af4424a27f10249f362b 100644 (file)
@@ -1930,6 +1930,7 @@ string LyXFunc::Dispatch(int ac,
                owner->view()->insertInset(new_inset);
                new_inset->Edit(owner->view(), 0, 0, 0);
        }
+       break;
        case LFUN_INSET_FOOTNOTE:
        {
                InsetFoot * new_inset = new InsetFoot(owner->buffer());