]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / FuncCode.h
index 9561cbc6d2b3fa31dbbe5a994d417571190c3fea..4bc2b0e16b9aed82030a8ce593bcf89ea7355a76 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,
@@ -472,6 +471,11 @@ enum FuncCode
        // 365
        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
+       //370
+       LFUN_EXPORT_CANCEL,             // rgh, 20171227
        LFUN_LASTACTION                 // end of the table
 };