From: Juergen Spitzmueller Date: Sun, 18 Dec 2022 13:17:29 +0000 (+0100) Subject: Correct counting X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3d63b78d076b73af5c1b1cd782bde0330f80bed1;p=features.git Correct counting --- diff --git a/src/FuncCode.h b/src/FuncCode.h index 56fb5bfd06..19f41295b1 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -504,9 +504,9 @@ enum FuncCode 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 - // 395 LFUN_BIBTEX_DATABASE_LIST, // bpiwowar, 20221218 LFUN_LASTACTION // end of the table };