]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetCaption.cpp
index 171606137ebb7b463152708e04099e314b5daa89..5c14efac0a84586daaa750a66951e9448979a14e 100644 (file)
@@ -198,7 +198,6 @@ bool InsetCaption::getStatus(Cursor & cur, FuncRequest const & cmd,
        switch (cmd.action) {
 
        case LFUN_BREAK_PARAGRAPH:
-       case LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT:
        case LFUN_BREAK_PARAGRAPH_SKIP:
                status.enabled(false);
                return true;