]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Correctly interpret return value of LyXRC::read(FileName const & filename, bool check...
[lyx.git] / src / FuncCode.h
index c8a46ce54ab942658ca31276705a4e6ffc73b9f0..92d5e3526858b84a0a7c412d22ba8aaba226e29b 100644 (file)
@@ -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
 };