From: John Levon Date: Fri, 30 May 2003 02:00:31 +0000 (+0000) Subject: fix a bformat crash X-Git-Tag: 1.6.10~16727 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d57d10824150755bbb04b0f2af43be66d9bf8e8;p=features.git fix a bformat crash git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7065 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 7587eaf15f..cf73cf8d44 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-05-30 John Levon + + * insetgraphics.C: fix a bformat + 2003-05-29 John Levon * insettabular.C: remove unused bufferOwner() diff --git a/src/insets/insetgraphics.C b/src/insets/insetgraphics.C index 74f94a3a26..b250a80fc1 100644 --- a/src/insets/insetgraphics.C +++ b/src/insets/insetgraphics.C @@ -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); }