From d6ee64599cc0a46d3d2d1345e0bf17135e96adba Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 7 Jul 2008 08:52:21 +0000 Subject: [PATCH] adjust comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25472 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/GraphicsCacheItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/GraphicsCacheItem.cpp b/src/graphics/GraphicsCacheItem.cpp index 40de5402f4..e0cf412095 100644 --- a/src/graphics/GraphicsCacheItem.cpp +++ b/src/graphics/GraphicsCacheItem.cpp @@ -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"); }