]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
make index label translatable
[lyx.git] / src / lfuns.h
index b9c06a977428e64b963af0ec1dca2199f2ace15f..299166c6a23d459c8deaa6e9ea0ed18e69de1499 100644 (file)
@@ -346,7 +346,7 @@ enum kb_action {
        LFUN_FINISHED_LEFT,
        // 245
        LFUN_FINISHED_RIGHT,
-       LFUN_CHARSTYLE_INSERT,
+       LFUN_FLEX_INSERT,
        LFUN_WORD_FIND,
        LFUN_WORD_REPLACE,
        LFUN_BUFFER_EXPORT_CUSTOM,
@@ -402,6 +402,7 @@ enum kb_action {
        LFUN_PARAGRAPH_PARAMS,           // rgh, 200708XX
        LFUN_LAYOUT_MODULES_CLEAR,       // rgh, 20070825
        LFUN_LAYOUT_MODULE_ADD,          // rgh, 20070825
+       LFUN_LAYOUT_RELOAD,              // rgh, 20070903
 
        LFUN_LASTACTION                  // end of the table
 };