X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=3798786018df347a3aafa5c815c64f26cf31f32e;hb=0c05432284f144bcb6c278a60d54d9bc777829e0;hp=6154cdd6a7e4f3a79607ee26ad0f652f859a5922;hpb=3591aa833f902f1c7a3e060a5614e4ae1d72fcf4;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 6154cdd6a7..3798786018 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -241,7 +241,7 @@ enum FuncCode LFUN_PREFERENCES_SAVE, LFUN_HELP_OPEN, // Jug 990627 // 175 - LFUN_DATE_INSERT, // jdblair 20000131 + LFUN_LAYOUT_TOGGLE, // lasgouttes 20180514 LFUN_LANGUAGE, // Dekel 20000203 LFUN_ERT_INSERT, // Jug 20000218 LFUN_FOOTNOTE_INSERT, // Jug 20000307 @@ -479,7 +479,8 @@ enum FuncCode LFUN_BUFFER_ANONYMIZE, // sanda, 20180201 LFUN_GRAPHICS_UNIFY, // sanda, 20180207 LFUN_MASTER_BUFFER_EXPORT, // rkh, 20180417 - LFUN_LAYOUT_TOGGLE, // lasgouttes 20180514 + LFUN_INSET_END_EDIT, // gb/rkh, 20180605 + // 375 LFUN_LASTACTION // end of the table };