]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
fix two crashes related to dEPM. Some crashes remain
[lyx.git] / src / lfuns.h
index d614278d5f553963fdeaf52f622cef75462abb75..0ab0a1b15e5eb6314b660acd61c88d511838073e 100644 (file)
@@ -230,7 +230,7 @@ enum kb_action {
        LFUN_VC_REVERT,                 // Lgb 97-07-01
        LFUN_VC_UNDO,                   // Lgb 97-07-01
        LFUN_EXPORT,                    // Lgb 97-07-29
-       LFUN_REF_GOTO,                  // Ale 970806
+       LFUN_LABEL_GOTO,                // Ale 970806
        LFUN_LDOTS,                     // Asger 970929
        // 170
        LFUN_END_OF_SENTENCE,           // Asger 970929
@@ -352,6 +352,12 @@ enum kb_action {
        LFUN_INSET_REFRESH,
        LFUN_NEXTBUFFER,
        LFUN_PREVIOUSBUFFER,
+       // 270
+       LFUN_WORDS_COUNT,
+       LFUN_OUTPUT_CHANGES,             // jspitzm 20050121
+       LFUN_BIBDB_ADD,
+       LFUN_BIBDB_DEL,
+       LFUN_INSERT_CITATION,
 
        LFUN_LASTACTION                  // end of the table
 };