X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=f61772c56c9239ebfc98f5712d4bfe1f05b8d7b6;hb=9e072d45f2a0b273588e93949090e47e60d8d4c0;hp=77cc5b084cc2824931c9f78f2f1fac2b09964633;hpb=86473d5556578639610b4e280fdcb8141c49ef2b;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index 77cc5b084c..f61772c56c 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -22,7 +22,7 @@ namespace lyx { // current LFUN format -static unsigned int const LFUN_FORMAT = 2; +static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature 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;