mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +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();
|
string str = fmt.str();
|
||||||
#else
|
#else
|
||||||
string str = _("No information for converting ");
|
string str = _("No information for converting ");
|
||||||
str += from + _(" format files to " + to;
|
str += from + _(" format files to ") + to;
|
||||||
str += ".\nTry defining a convertor in the preferences.");
|
str += _(".\nTry defining a convertor in the preferences.");
|
||||||
#endif
|
#endif
|
||||||
Alert::error(_("Could not convert image"), str);
|
Alert::error(_("Could not convert image"), str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user