]> git.lyx.org Git - features.git/commitdiff
Fix crash
authorPavel Sanda <sanda@lyx.org>
Thu, 7 Jan 2010 16:26:52 +0000 (16:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 7 Jan 2010 16:26:52 +0000 (16:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32835 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 92f2e2782b93e9c7217f5da9023d8b8ceb195fe6..5107eb192472758f1fb26078970f8c050a451a07 100644 (file)
@@ -1777,7 +1777,7 @@ bool BufferView::dispatch(FuncRequest const & cmd)
                processUpdateFlags(Update::Force);
 
                if (iterations >= max_iter)
-                       cur.errorMessage(bformat(_("`inset-forall' interrupted because number of actions is larger than %1$s"), max_iter));
+                       cur.errorMessage(bformat(_("`inset-forall' interrupted because number of actions is larger than %1$d"), max_iter));
                else
                        cur.message(bformat(_("Applied \"%1$s\" to %2$d insets"), from_utf8(commandstr), iterations));
                break;