]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
Fixed disabled Table-Menu entries, renamed table-insert to dialog-tabular-insert
[features.git] / src / lyxfunc.C
index ea555cff61e8bfed8ae7fcaad3ec832bce113610..32984cbd0cdc32ecb79af364fefa975bf299ef4c 100644 (file)
@@ -572,6 +572,7 @@ LyXFunc::func_status LyXFunc::getStatus(int ac) const
                                        getStatus(argument);
                        }
                        flag |= ret;
+                       disable = false;
                } else {
                    static InsetTabular inset(owner->buffer(), 1, 1);
                    func_status ret;
@@ -1048,7 +1049,7 @@ string LyXFunc::Dispatch(int ac,
                break;
        }
                
-       case LFUN_TABLE:
+       case LFUN_DIALOG_TABULAR_INSERT:
 #ifndef NEW_TABULAR
                Table();
 #else