adjust comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25472 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-07 08:52:21 +00:00
parent 2fe39e6a2f
commit d6ee64599c

View File

@ -339,7 +339,7 @@ static string const findTargetFormat(string const & from)
<< " to " << *it);
}
// Failed! so we have to try to convert it to PPM format
// Failed! so we have to try to convert it to PNG format
// with the standard converter
return string("png");
}