]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / LyXAction.C
index e2f1ff6c2ed3130b44c124ff6a930827b0244faa..0e301fc4558192afd7de9a05221c06b24dfd23a7 100644 (file)
@@ -158,8 +158,8 @@ void LyXAction::init()
                { LFUN_ERROR_NEXT, "error-next", ReadOnly },
                { LFUN_ERT_INSERT, "ert-insert", Noop },
                { LFUN_FILE_INSERT, "file-insert", Noop },
-               { LFUN_FILE_INSERT_ASCII, "file-insert-ascii", Noop },
-               { LFUN_FILE_INSERT_ASCII_PARA, "file-insert-ascii-para", Noop },
+               { LFUN_FILE_INSERT_PLAINTEXT, "file-insert-plaintext", Noop },
+               { LFUN_FILE_INSERT_PLAINTEXT_PARA, "file-insert-plaintext-para", Noop },
                { LFUN_FILE_NEW, "file-new", NoBuffer },
                { LFUN_FILE_OPEN, "file-open", NoBuffer },
                { LFUN_FLOAT_INSERT, "float-insert", Noop },
@@ -366,7 +366,12 @@ void LyXAction::init()
                { LFUN_WINDOW_NEW, "window-new", NoBuffer },
                { LFUN_WINDOW_CLOSE, "window-close", NoBuffer },
                { LFUN_UNICODE_INSERT, "unicode-insert", Noop },
-               
+               { LFUN_TOOLBAR_TOGGLE_STATE, "", NoBuffer },
+               { LFUN_NOMENCL_INSERT, "nomencl-insert", Noop },
+               { LFUN_NOMENCL_PRINT, "nomencl-print", Noop },
+               { LFUN_CLEARPAGE_INSERT, "clearpage-insert", Noop },
+               { LFUN_CLEARDOUBLEPAGE_INSERT, "cleardoublepage-insert", Noop },
+
                { LFUN_NOACTION, "", Noop }
        };