mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8528d19d4c
commit
d5268e6490
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user