]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
- moderncv.layout: add missing separator style
[lyx.git] / src / LyXAction.cpp
index a171cd1a1e74e4963dd4d59ee833e32a06a7c242..59d851c5739936e47f0c673a0448891dcf46d0d8 100644 (file)
@@ -2406,7 +2406,7 @@ void LyXAction::init()
                A typical example is
                    inset-forall Note note-insert
                which starts an infinite loop. This is mitigated by the fact
-               that the number of actions is arbitrarily limited to 10000.
+               that the number of actions is arbitrarily limited to 100000.
                Note also that inset-forall does not update metrics between 
                iterations, which can lead to bugs. This has to be eventually
                fixed.