]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
Change mouse cursor on tabular selection zones
[lyx.git] / src / Text3.cpp
index fbcd9b7206a2dd4f0c51810fcabce05af22dc925..15ffb2881f6b4cee7b6449363ec49e53b101618a 100644 (file)
@@ -2718,7 +2718,7 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_CAPTION_INSERT: {
                code = CAPTION_CODE;
                string arg = cmd.getArg(0);
-               bool varia = arg != "LongTableNoNumber"
+               bool varia = arg != "Unnumbered"
                        && cur.inset().allowsCaptionVariation(arg);
                // not allowed in description items,
                // and in specific insets