fix format string

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6961 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-05-14 09:16:05 +00:00
parent 33df766284
commit 6449d5b3d8
2 changed files with 6 additions and 1 deletions

View File

@ -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;
}

View File

@ -1,3 +1,8 @@
2003-05-14 André Pönitz <poenitz@gmx.net>
* BufferView.C: fix format string
2003-05-12 Alfredo Braunstein <abraunst@libero.it>
* BufferView.[Ch] (insertErrors): removed