]> git.lyx.org Git - features.git/commitdiff
Re-define the catch-all conversion format from XPM to PPM, although
authorAngus Leeming <leeming@lyx.org>
Mon, 13 Jan 2003 23:03:48 +0000 (23:03 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 13 Jan 2003 23:03:48 +0000 (23:03 +0000)
personally I'm still of the opinion that people too lazy to define
their own get what they deserve ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5947 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/ChangeLog
src/graphics/GraphicsCacheItem.C

index 8d2f87279347ad5bc3ac9979f322d43d8125bc8e..149786ec3dc2740dfb41034e2f5cf7db4fca3320 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.C (findTargetFormat): define the default conversion
+       format to be PPM not XPM.
+
 2002-12-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (EXTRA_DIST): remove variable 
index 04646d3837ec7f0d4e748fc0174b7f6dee1cd8e2..af6b3e4ff5267e4e7b41991d7ed9442cc453acfe 100644 (file)
@@ -343,9 +343,9 @@ string const findTargetFormat(string const & from)
                                << " to " << *it << std::endl;
        }
 
-       // Failed! so we have to try to convert it to XPM format
+       // Failed! so we have to try to convert it to PPM format
        // with the standard converter
-       return string("xpm");
+       return string("ppm");
 }
 
 } // anon namespace