From: Pavel Sanda Date: Thu, 15 Dec 2011 16:44:21 +0000 (+0000) Subject: Update doxy. X-Git-Tag: 2.1.0beta1~2191 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=255379b1ac42269839c6f44e7dd202aa01cec317;p=features.git Update doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40502 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index a171cd1a1e..59d851c573 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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.