]> 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 91dea14fd72d95d5e62d5838fd22af1f5cfa99c9..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 },