Update comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34064 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-04-06 00:48:58 +00:00
parent bad9e83355
commit c282d14f66

View File

@ -89,7 +89,7 @@ lyx::Converter const * setConverter(string const from)
if (first) {
first = false;
LYXERR0("PreviewLoader::startLoading()\n"
<< "No converter from \"lyxpreview\" format has been defined.");
<< "No converter from \"" << from << "\" format has been defined.");
}
return 0;
}