commit 4bbcc4c563ff470b455f3c3b11a32b756ef66f43
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Tue May 9 16:26:08 2017 +0200

    Change ordering of function codes
    
    Fixup e575e7ee so that func code numbers are still correct.
---
 src/FuncCode.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/FuncCode.h b/src/FuncCode.h
index c8a46ce..7949bce 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,7 @@ 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_LASTACTION                 // end of the table
 };
 

Reply via email to