]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
again some things which cherry pick did not catch, sorry
[lyx.git] / src / LyXAction.cpp
index a171cd1a1e74e4963dd4d59ee833e32a06a7c242..76ac902b257741e5bebdc5b31bd7c180d1755a38 100644 (file)
@@ -542,6 +542,14 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_INDEX_PRINT, "index-print", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_IPA_INSERT
+ * \li Action: Inserts an IPA inset.
+ * \li Syntax: ipa-insert
+ * \li Origin: spitz, 05 Mar 2012
+ * \endvar
+ */
+        { LFUN_IPA_INSERT, "ipa-insert", Noop, Edit },
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_NOMENCL_INSERT
@@ -2406,7 +2414,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.