]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.cpp
Another witch hunting case: break-paragraph -> paragraph-break.
[features.git] / src / insets / InsetBox.cpp
index 68bca75947ab9ae860cbefd31e53826e5ab06801..2e611ffd30d14e818c78b09952a59a8bc7155d6b 100644 (file)
@@ -239,7 +239,7 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd,
                flag.setEnabled(true);
                return true;
 
-       case LFUN_BREAK_PARAGRAPH:
+       case LFUN_PARAGRAPH_BREAK:
                if ((params_.inner_box && !params_.use_makebox)
                     || params_.type == "Shaded" || params_.type == "Framed")
                        return InsetCollapsable::getStatus(cur, cmd, flag);