From: Pavel Sanda Date: Sun, 28 Jun 2009 10:37:34 +0000 (+0000) Subject: Keep numbering X-Git-Tag: 2.0.0~6200 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8a5b5b2e35fc3e3912661932df05455c865c4e2c;p=features.git Keep numbering git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30281 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/FuncCode.h b/src/FuncCode.h index 360885ac5b..9e7b2bf92b 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -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 };