]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Further modifications of the "Dashes and Linebreaks" section
[lyx.git] / src / LyXAction.h
index d0a79426464ff97786ef31bfb6181cac8b0bfeca..f61772c56c9239ebfc98f5712d4bfe1f05b8d7b6 100644 (file)
@@ -22,7 +22,7 @@
 namespace lyx {
 
 // current LFUN format
-static unsigned int const LFUN_FORMAT = 3;
+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;