X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInset.cpp;h=b3fdf6fd944e48d9d2addd3445f1c7c28f82a8ef;hb=b5049e769bba3923cf8e21c980c75b7c00187420;hp=7edf4df634b8be87c4398acaaafd68b153cf2025;hpb=8613f66a1d1e61327fdc493f0b47043479c9a36d;p=features.git diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index 7edf4df634..b3fdf6fd94 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -298,7 +298,7 @@ bool Inset::showInsetDialog(BufferView * bv) const case BOX_CODE: case INFO_CODE: //FIXME: not ready yet. - //case TABULAR_CODE: + case TABULAR_CODE: case VSPACE_CODE: bv->showDialog(insetName(code)); break;