]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
support for \linebreak:
[features.git] / src / mathed / InsetMathHull.cpp
index 967843c48c8b07c75ab99f7eea277406c1bc360c..4df678a450c78bafe7246785d59ebb28edd42452 100644 (file)
@@ -1045,7 +1045,7 @@ void InsetMathHull::doDispatch(Cursor & cur, FuncRequest & cmd)
                // just swallow this
                break;
 
-       case LFUN_BREAK_LINE:
+       case LFUN_NEW_LINE:
                // some magic for the common case
                if (type_ == hullSimple || type_ == hullEquation) {
                        cur.recordUndoInset();
@@ -1176,7 +1176,7 @@ bool InsetMathHull::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_DOWN:
                status.enabled(true);
                return true;
-       case LFUN_BREAK_LINE:
+       case LFUN_NEW_LINE:
        case LFUN_MATH_NUMBER:
        case LFUN_MATH_NONUMBER:
        case LFUN_MATH_EXTERN: