]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
Small fix.
[lyx.git] / src / commandtags.h
index 51fdc26a98d1199a9c77bd965bbc057390ca5962..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
@@ -270,6 +271,8 @@ enum kb_action {
        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 */
 };