]> git.lyx.org Git - features.git/commitdiff
Correct counting
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 18 Dec 2022 13:17:29 +0000 (14:17 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 18 Dec 2022 13:17:29 +0000 (14:17 +0100)
src/FuncCode.h

index 56fb5bfd06a2d3141766491387dd767a75f99fb6..19f41295b1b5e908487cc4e2f6f388de7b09f90a 100644 (file)
@@ -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
 };