]> git.lyx.org Git - features.git/commitdiff
oups...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 15 Nov 2008 23:57:35 +0000 (23:57 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 15 Nov 2008 23:57:35 +0000 (23:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27518 a592a061-630c-0410-9148-cb99ea01b6c8

src/FuncCode.h

index 5f585190cf56ebdda53f3095fdd19577f9579d44..456ea2d37b313938e79a50177dbfcd779bc51f58 100644 (file)
@@ -410,6 +410,9 @@ enum FuncCode
        // 315
        LFUN_TAB_INSERT,
        LFUN_TAB_DELETE,
+       LFUN_WORD_FINDADV,               // Tommaso, 20081003
+       LFUN_REGEXP_MODE,                // Tommaso, 20081003
+
        LFUN_LASTACTION                  // end of the table
 };