]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Fix 'Export As...' in non-English localizations
[lyx.git] / src / LyXAction.h
index 9191694372bb2667aa1bca219e5a1f2946b413a4..77cc5b084cc2824931c9f78f2f1fac2b09964633 100644 (file)
@@ -21,6 +21,9 @@
 
 namespace lyx {
 
+// current LFUN format
+static unsigned int const LFUN_FORMAT = 2;
+
 class FuncRequest;
 class LyXErr;