]> git.lyx.org Git - features.git/commitdiff
fix a bformat crash
authorJohn Levon <levon@movementarian.org>
Fri, 30 May 2003 02:00:31 +0000 (02:00 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 30 May 2003 02:00:31 +0000 (02:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7065 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetgraphics.C

index 7587eaf15f1877e8fc8ea58867ddf15f2630f404..cf73cf8d448c52030634223cf2bef07b195d7dbc 100644 (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()
index 74f94a3a26168c6ccad56fd35c87dcdfc913a9ba..b250a80fc1bf93ec23653369a5019b7bf257f9e9 100644 (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);
                }