From: André Pönitz Date: Wed, 14 May 2003 09:16:05 +0000 (+0000) Subject: fix format string X-Git-Tag: 1.6.10~16828 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6449d5b3d825b60edc269c185c28439d4690141c;p=features.git fix format string git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6961 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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