mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
33df766284
commit
6449d5b3d8
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user