fix a bformat crash

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7065 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-05-30 02:00:31 +00:00
parent 5b43789f1b
commit 9d57d10824
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-30 John Levon <levon@movementarian.org>
* insetgraphics.C: fix a bformat
2003-05-29 John Levon <levon@movementarian.org>
* insettabular.C: remove unused bufferOwner()

View File

@ -661,7 +661,7 @@ string const InsetGraphics::prepareFile(Buffer const * buf,
one.startscript(Systemcall::Wait, command);
if (!IsFileReadable(ChangeExtension(outfile_base, to))) {
string str = bformat(_("No information for converting %1$s "
"format files to %1$s.\n"
"format files to %2$s.\n"
"Try defining a convertor in the preferences."), from, to);
Alert::error(_("Could not convert image"), str);
}