]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lfuns.h
index dbc832b956ab0adab8d8f08146ed10a6c79bbfc6..486c51b879cc5aa69d2f743d0cff279dc5895ccb 100644 (file)
@@ -372,7 +372,12 @@ 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_LASTACTION                  // end of the table
 };