To compile without USE_BOOST_FORMAT
Index: insets/insetgraphics.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/insets/insetgraphics.C,v
retrieving revision 1.163
diff -u -p -u -r1.163 insetgraphics.C
--- insets/insetgraphics.C 2003/03/31 02:59:34 1.163
+++ insets/insetgraphics.C 2003/03/31 11:43:47
@@ -708,8 +708,8 @@ string const InsetGraphics::prepareFile(
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);
}