]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.cpp
* InsetTabular cleanup:
[features.git] / src / mathed / InsetMathNest.cpp
index e95c89c007e7e1da3c865a09dc303dfdfe19083a..0a7810784acb6520c0380ce029f6ef7a23588263 100644 (file)
@@ -1266,11 +1266,11 @@ bool InsetMathNest::getStatus(Cursor & cur, FuncRequest const & cmd,
        bool ret = true;
        string const arg = to_utf8(cmd.argument());
        switch (cmd.action) {
-       case LFUN_TABULAR_FEATURE:
+       case LFUN_INSET_MODIFY:
                flag.setEnabled(false);
                break;
 #if 0
-       case LFUN_TABULAR_FEATURE:
+       case LFUN_INSET_MODIFY:
                // FIXME: check temporarily disabled
                // valign code
                char align = mathcursor::valign();