]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
redraw fix 1.
[lyx.git] / src / LyXAction.C
index a1150138efd0c9b9f31571ece115c0ce892a0cba..a2a4a2056187860164e45a36196c048272c63ad1 100644 (file)
@@ -135,10 +135,6 @@ void LyXAction::init()
                { LFUN_EXPORT, "buffer-export", N_("Export to"), ReadOnly },
                { LFUN_IMPORT, "buffer-import",
                  N_("Import document"), NoBuffer },
-               { LFUN_BUFFER_PRINT, "buffer-print-xtl", N_("Print"),
-                 ReadOnly },
-               { LFUN_PRINTER_PARAMS_GET, "printer-params-get",
-                 N_("Get the printer parameters"), ReadOnly },
                { LFUN_MENUNEW, "buffer-new", N_("New document") , NoBuffer },
                { LFUN_MENUNEWTMPLT,"buffer-new-template",
                  N_("New document from template"), NoBuffer },
@@ -166,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 },
@@ -237,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"),
@@ -284,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 },