]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
Moving to have the Tabular-Layout-Form tabbed and in the GUI-indep directory.
[features.git] / src / lyxfunc.C
index 8a7eb37bc8218039bf4bd5303129e3ac874b5e19..a254da5d13446663c87872dd52d0250578e220bd 100644 (file)
@@ -869,7 +869,11 @@ string LyXFunc::Dispatch(int ac,
        }
                
        case LFUN_TABLE:
+#ifndef NEW_TABULAR
                Table();
+#else
+               owner->getDialogs()->showTabularCreate();
+#endif
                break;
                
        case LFUN_FIGURE: