X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=30aeac03d7e7bae29c36309835748336432a4d01;hb=69f838bbf3e5c1cd0eb1a64dfbf8de469dc10d97;hp=bf7bf35638e729f283afa80a142e512a1cd142f3;hpb=366b319e422bbe71ab667cb89e15d69ac60e83c0;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index bf7bf35638..30aeac03d7 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -22,7 +22,7 @@ namespace lyx { // current LFUN format -static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature +static unsigned int const LFUN_FORMAT = 5; // spitz: 2.4.x changes class FuncRequest; class LyXErr; @@ -77,7 +77,7 @@ public: * Creates a FuncRequest from a string of the form: * lyx-function [argument] * where the argument is optional and "lyx-function" is in the form you'd - * enter it in the mini-buffer. + * enter it in the mini-buffer. */ FuncRequest lookupFunc(std::string const & func_name) const;