]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetCaption.cpp
index e623d9d597585b1c635d135b2a24fbf63d535995..b1c4e08d1a4b1a9c0b51763c16c95db3ff32ff61 100644 (file)
@@ -197,7 +197,7 @@ bool InsetCaption::getStatus(Cursor & cur, FuncRequest const & cmd,
 {
        switch (cmd.action()) {
 
-       case LFUN_BREAK_PARAGRAPH:
+       case LFUN_PARAGRAPH_BREAK:
                status.setEnabled(false);
                return true;