]> 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 7de4043b9866d03fd71e70ef989d0a31db17d221..0ab0a1b15e5eb6314b660acd61c88d511838073e 100644 (file)
@@ -355,6 +355,9 @@ enum kb_action {
        // 270
        LFUN_WORDS_COUNT,
        LFUN_OUTPUT_CHANGES,             // jspitzm 20050121
+       LFUN_BIBDB_ADD,
+       LFUN_BIBDB_DEL,
+       LFUN_INSERT_CITATION,
 
        LFUN_LASTACTION                  // end of the table
 };