From 6449d5b3d825b60edc269c185c28439d4690141c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 14 May 2003 09:16:05 +0000 Subject: [PATCH] fix format string git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6961 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.C | 2 +- src/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/BufferView.C b/src/BufferView.C index 7b2bece96e..e126352f4a 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -304,7 +304,7 @@ bool BufferView::insertLyXFile(string const & filen) if (!ifs) { string const file = MakeDisplayPath(fname, 50); string const text = - bformat(_("Could not open the specified document\n"), file); + bformat(_("Could not open the specified document %1$s\n"), file); Alert::error(_("Could not open file"), text); return false; } diff --git a/src/ChangeLog b/src/ChangeLog index 7604030139..94ab84b5c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ + +2003-05-14 André Pönitz + + * BufferView.C: fix format string + 2003-05-12 Alfredo Braunstein * BufferView.[Ch] (insertErrors): removed -- 2.39.2