X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=e137083bd42a4c5825c84263d413f871ea344632;hb=c0f4aa8c4b786dcfb3699b175dff63f109abba98;hp=8c96005b8fc537e8884170f674c27476c0e2ad29;hpb=3a714c6057bba27b4d7f149849d2a5b9466b735e;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 8c96005b8f..e137083bd4 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -22,7 +22,7 @@ namespace lyx { * through which the frontends communicate with the core. * * They are managed in LyXAction.cpp and handled in various - * ::dispatch() functions, starting with LyXFunc.C:dispatch(), + * ::dispatch() functions, starting with Application::dispatch(), * BufferView::dispatch(), Cursor::dispatch() and * Inset*::doDispatch(); */ @@ -229,7 +229,7 @@ enum FuncCode LFUN_VC_LOCKING_TOGGLE, // 165 LFUN_VC_REPO_UPDATE, - LFUN_BUFFER_CHKTEX, // Asger 971030 + LFUN_VC_COMPARE, LFUN_HYPERLINK_INSERT, // CFO-G 971121 LFUN_WORD_FIND_FORWARD, // Etienne 980216 LFUN_WORD_FIND_BACKWARD, // Etienne 980220 @@ -258,7 +258,7 @@ enum FuncCode LFUN_CAPTION_INSERT, // Lgb 20000718; inactive as of 20060905 LFUN_BUFFER_SWITCH, // 190 - LFUN_TABULAR_FEATURE, // Jug 20000728 + LFUN_BUFFER_CHKTEX, // Asger 971030 LFUN_LAYOUT_TABULAR, // Jug 20000731 LFUN_BUFFER_UPDATE, // Dekel 20000805 LFUN_INDEX_INSERT, // Angus 20000803