]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Fix bug #6433: read-only status is not refreshed when reloading buffer.
[lyx.git] / src / FuncCode.h
index 65f602c3fba6cbf6d4d86cea363a828ca4af2afd..5beea329b43958bb7da918f98f7818394ab2623f 100644 (file)
@@ -443,6 +443,8 @@ enum FuncCode
        LFUN_GRAPHICS_RELOAD,           // vfr 20090810
        LFUN_SCREEN_SHOW_CURSOR,        // vfr, 20090325
        LFUN_CURSOR_FOLLOWS_SCROLLBAR_TOGGLE, // ARRae 971202
+       // 345
+       LFUN_DEBUG_LEVEL_SET,
 
        LFUN_LASTACTION                 // end of the table
 };