]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
The logic of the endParagraph() routine is wrong. We should first
[lyx.git] / src / FuncCode.h
index cd2d289a899a96565004f13dfda6f8fc4d29c911..9a7b06e74d6d5775cdc45759cef034e69f113de1 100644 (file)
@@ -448,7 +448,10 @@ enum FuncCode
        LFUN_PREVIEW_INSERT,            // vfr, 20100328
        LFUN_FORWARD_SEARCH,
        LFUN_SCRIPT_INSERT,             // gb, 20101123
+       LFUN_BUFFER_EXPORT_AS,          // tommaso 20111006
        // 350
+       LFUN_CLIPBOARD_PASTE_SIMPLE,    // tommaso, 20111028
+       LFUN_IPA_INSERT,                // spitz, 20120305
 
        LFUN_LASTACTION                 // end of the table
 };