]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
redraw fix 1.
[lyx.git] / src / LyXAction.C
index ae804fb502bc2077ca9cb5a0080867fe28b66291..a2a4a2056187860164e45a36196c048272c63ad1 100644 (file)
@@ -162,7 +162,7 @@ void LyXAction::init()
                { LFUN_EXEC_COMMAND, "command-execute", "", NoBuffer },
                { LFUN_PREFIX, "command-prefix",
                  N_("Execute command"), NoBuffer },
-               { LFUN_SEQUENCE, "command-sequence", "", Noop },
+               { LFUN_SEQUENCE, "command-sequence", "", NoBuffer },
                { LFUN_COPY, "copy", N_("Copy"), ReadOnly },
                { LFUN_CUT, "cut", N_("Cut"), Noop },
                { LFUN_DATE_INSERT, "date-insert", "", Noop },
@@ -233,10 +233,8 @@ void LyXAction::init()
                  N_("Insert hyphenation point"), Noop },
                { LFUN_LIGATURE_BREAK, "ligature-break-insert",
                  N_("Insert ligature break"), Noop },
-               { LFUN_INDEX_CREATE, "index-insert",
+               { LFUN_INDEX_INSERT, "index-insert",
                  N_("Insert index item"), Noop },
-               { LFUN_INDEX_INSERT_LAST, "index-insert-last",
-                 N_("Insert last index item"), Noop },
                { LFUN_INDEX_PRINT, "index-print", N_("Insert index list"),
                  Noop },
                { LFUN_KMAP_OFF, "keymap-off", N_("Turn off keymap"),
@@ -280,6 +278,7 @@ void LyXAction::init()
                { LFUN_MARK_OFF, "mark-off", "", ReadOnly },
                { LFUN_MARK_ON, "mark-on", "", ReadOnly },
                { LFUN_SETMARK, "mark-toggle", "", ReadOnly },
+               { LFUN_MATH, "math", "", Noop },
                { LFUN_MATH_DELIM, "math-delim", "", Noop },
                { LFUN_MATH_DISPLAY, "math-display", "", Noop },
                { LFUN_GREEK, "math-greek", N_("Math Greek"), Noop },