]> git.lyx.org Git - features.git/commitdiff
Keep numbering
authorPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 10:37:34 +0000 (10:37 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 10:37:34 +0000 (10:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30281 a592a061-630c-0410-9148-cb99ea01b6c8

src/FuncCode.h

index 360885ac5beaf21fd26cd28ed423e3a9e3334a74..9e7b2bf92b29f29521bb14c8c4ec9a4c4bd46fcd 100644 (file)
@@ -344,7 +344,6 @@ enum FuncCode
        // 260
        LFUN_OUTLINE_IN,
        LFUN_OUTLINE_OUT,
-       LFUN_OUTLINE_DRAGMOVE,          // roakes 20090601
        LFUN_PARAGRAPH_MOVE_DOWN,
        LFUN_PARAGRAPH_MOVE_UP,
        LFUN_BUFFER_TOGGLE_COMPRESSION, // bpeng 20060427
@@ -435,6 +434,7 @@ enum FuncCode
        // 335
        LFUN_FONT_UWAVE,
        LFUN_VC_LOCKING_TOGGLE,
+       LFUN_OUTLINE_DRAGMOVE,          // roakes 20090601
 
        LFUN_LASTACTION                 // end of the table
 };