]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
typo
[lyx.git] / src / FuncCode.h
index 6d7ed85a2521e05cebc8eb55bf56b0ac74e521d5..19f41295b1b5e908487cc4e2f6f388de7b09f90a 100644 (file)
@@ -500,11 +500,14 @@ enum FuncCode
        LFUN_SPELLING_ADD_LOCAL,        // jspitzm 20210306
        // 390
        LFUN_SPELLING_REMOVE_LOCAL,     // jspitzm 20210307
-       LFUN_FINISHED_DOWN,             // lasgouttes 20210629
-       LFUN_FINISHED_UP,               // lasgouttes 20210629
        LFUN_BRANCH_SYNC_ALL,           // sanda 20220415
        LFUN_INDEXMACRO_INSERT,         // spitz 20220220
+       LFUN_INSET_INSERT_COPY,         // spitz 20221101
+       LFUN_INDEX_TAG_ALL,             // spitz 20221105
        // 395
+       LFUN_TAB_GROUP_NEXT,            // daniel 20220130
+       LFUN_TAB_GROUP_PREVIOUS,        // daniel 20220130
+       LFUN_BIBTEX_DATABASE_LIST,      // bpiwowar, 20221218
        LFUN_LASTACTION                 // end of the table
 };