]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
get rid of next-inset-modify ; inset-modify does the same now
[lyx.git] / src / FuncCode.h
index 4f175ad9d60c628f012dab38776509e974547c29..12996600b86a177afe837198385b8f840329ac7f 100644 (file)
@@ -205,7 +205,7 @@ enum FuncCode
        LFUN_PARAGRAPH_DOWN,            // Asger 1996-10-01
        // 145
        LFUN_PARAGRAPH_DOWN_SELECT,     // Asger 1996-10-01
-       LFUN_NEXT_INSET_MODIFY,         // JSpitzm 20080323
+       LFUN_INSET_FORALL,              // lasgouttes, 20091127
        LFUN_BUFFER_NEW_TEMPLATE,       // Asger 1997-02-02
        LFUN_BUFFER_RELOAD,             // Asger 1997-02-02
        LFUN_RECONFIGURE,
@@ -445,7 +445,6 @@ enum FuncCode
        LFUN_CURSOR_FOLLOWS_SCROLLBAR_TOGGLE, // ARRae 971202
        // 345
        LFUN_DEBUG_LEVEL_SET,
-       LFUN_INSET_FORALL,              // lasgouttes, 20091127
 
        LFUN_LASTACTION                 // end of the table
 };