X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=92d5e3526858b84a0a7c412d22ba8aaba226e29b;hb=b7082f2d291ea96bee867d69e5346da0aadf547e;hp=c8a46ce54ab942658ca31276705a4e6ffc73b9f0;hpb=e2f864efe447c0d71eeaefaaeb4d51b8316f3fd1;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index c8a46ce54a..92d5e35268 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -431,7 +431,6 @@ enum FuncCode LFUN_SECTION_SELECT, // vfr, 20090503 LFUN_FONT_UNDERLINE, LFUN_FONT_STRIKEOUT, - LFUN_FONT_CROSSOUT, // uwestoehr 20170404 LFUN_FONT_UNDERUNDERLINE, // 335 LFUN_FONT_UNDERWAVE, @@ -473,6 +472,8 @@ enum FuncCode LFUN_BUFFER_EXTERNAL_MODIFICATION_CLEAR,// gm, 20170302 LFUN_BUFFER_ZOOM, // daniel, 20161028 LFUN_TOOLBAR_MOVABLE, // daniel, 20160712 + LFUN_FONT_CROSSOUT, // uwestoehr 20170404 + LFUN_DEVEL_MODE_TOGGLE, // lasgouttes 20170723 LFUN_LASTACTION // end of the table };