]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
* src/insets/insetbase.h
[lyx.git] / src / lfuns.h
index dbc832b956ab0adab8d8f08146ed10a6c79bbfc6..18272d5658a9f33cdd72c984f6bfdfa07c46197f 100644 (file)
@@ -202,8 +202,8 @@ enum kb_action {
        // 140
        LFUN_COMMAND_EXECUTE,
        LFUN_FILE_INSERT,
-       LFUN_FILE_INSERT_ASCII,         // CFO-G 1997-11-19
-       LFUN_FILE_INSERT_ASCII_PARA,    // Levon 2001-02-14
+       LFUN_FILE_INSERT_PLAINTEXT,     // CFO-G 1997-11-19
+       LFUN_FILE_INSERT_PLAINTEXT_PARA,// Levon 2001-02-14
        LFUN_FILE_NEW,                  // for scripting purposes
        // 145
        LFUN_FILE_OPEN,
@@ -372,7 +372,15 @@ enum kb_action {
        LFUN_WINDOW_NEW,                 // Abdel 20061021
        LFUN_WINDOW_CLOSE,               // Abdel 20061023
        LFUN_UNICODE_INSERT,             // Lgb 20061022
-       
+       // 285
+       LFUN_BOOKMARK_CLEAR,             // bpeng 20061031
+       LFUN_TOOLBAR_TOGGLE_STATE,       // bpeng 20061101
+       LFUN_NOMENCL_INSERT,                     // Ugras
+       LFUN_NOMENCL_PRINT,                          // Ugras
+       LFUN_CLEARPAGE_INSERT,           // Ugras 20061125
+       //290
+       LFUN_CLEARDOUBLEPAGE_INSERT,     // ugras 20061125
+
        LFUN_LASTACTION                  // end of the table
 };