]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Tracking correctly available translations (take 2)
[lyx.git] / src / FuncCode.h
index 977036d1891a927d29b4c9153bedc3e1d628ecfb..4924ad2c5d58c4ca63a8cf952f033fea8998f522 100644 (file)
@@ -406,7 +406,7 @@ enum FuncCode
        LFUN_SET_GRAPHICS_GROUP,
        LFUN_COMPLETION_CANCEL,
        LFUN_COMPLETION_ACCEPT,
-       LFUN_COMMAND_ALTERNATIVES,
+       LFUN_COMMAND_ALTERNATIVES,
        // 315
        LFUN_TAB_INSERT,
        LFUN_TAB_DELETE,
@@ -448,9 +448,14 @@ enum FuncCode
        LFUN_PREVIEW_INSERT,            // vfr, 20100328
        LFUN_FORWARD_SEARCH,
        LFUN_SCRIPT_INSERT,             // gb, 20101123
-       // 350
-
        LFUN_BUFFER_EXPORT_AS,          // tommaso 20111006
+       // 350
+       LFUN_CLIPBOARD_PASTE_SIMPLE,    // tommaso, 20111028
+       LFUN_IPA_INSERT,                // spitz, 20120305
+       LFUN_BUFFER_FORALL,             // scottkostyshak, 20120720
+       LFUN_IN_IPA,                    // spitz, 20120520
+       LFUN_IPAMACRO_INSERT,           // spitz, 20120822
+       // 355
        LFUN_LASTACTION                 // end of the table
 };