]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
A couple of minor bug fixes and cleanups
[lyx.git] / src / LyXAction.C
index ae804fb502bc2077ca9cb5a0080867fe28b66291..97872c3ebf5e97d2b591e1ffee5e01d1c2c62213 100644 (file)
@@ -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 },