fix compile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-31 15:07:23 +00:00
parent 8528d19d4c
commit d5268e6490

View File

@ -708,8 +708,8 @@ string const InsetGraphics::prepareFile(Buffer const * buf) const
string str = fmt.str();
#else
string str = _("No information for converting ");
str += from + _(" format files to " + to;
str += ".\nTry defining a convertor in the preferences.");
str += from + _(" format files to ") + to;
str += _(".\nTry defining a convertor in the preferences.");
#endif
Alert::error(_("Could not convert image"), str);
}