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