]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
Small fix.
[lyx.git] / src / commandtags.h
index a49f13fdfca7f49be1c9edc83b552a8852da65e7..61cfebcf0081a8c044f225481a459f3070cac540 100644 (file)
@@ -243,6 +243,7 @@ enum kb_action {
        LFUN_IMPORT,                    // Asger 980724
        LFUN_MENU_SEPARATOR,            // Asger 990220
        LFUN_SEQUENCE,                  // Andre' 991111
+       LFUN_DIALOG_PREFERENCES,        // ARRae 20000726
        LFUN_SAVEPREFERENCES,           // Lgb 991127
        LFUN_HELP_COPYRIGHT,            // ARRae 20000129
        LFUN_HELP_CREDITS,              // ARRae 981017
@@ -267,15 +268,13 @@ enum kb_action {
        LFUN_INSET_LIST,                // Lgb 20000627
        LFUN_INSET_THEOREM,             // Lgb 20000630
        LFUN_CREATE_CITATION,           // Angus 20000705
-       LFUN_INSET_CAPTION,            // Lgb 20000718
+       LFUN_INSET_CAPTION,             // Lgb 20000718
        LFUN_SWITCHBUFFER,  // and where is this comming from?
+       LFUN_INSERT_URL,                // Angus 20000726
+       LFUN_TABULAR_FEATURE,           // Jug 20000728
+       LFUN_LAYOUT_TABULAR,            // Jug 20000731
        LFUN_LASTACTION  /* this marks the end of the table */
 };
 
 std::ostream & operator<<(std::ostream &, kb_action);
 #endif
-
-
-
-
-