Fix comments to not claim that all three of these files are the JPEG image

* io-png.c, io-tiff.c, io-xpm.c: Fix comments to not claim that
	all three of these files are the JPEG image loader. (From
	gdk-pixbuf module.)
This commit is contained in:
Dan Winship
2000-10-05 21:40:37 +00:00
parent 3ff4a2c081
commit 98c0e90970
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-10-05 Dan Winship <danw@helixcode.com>
* io-png.c, io-tiff.c, io-xpm.c: Fix comments to not claim that
all three of these files are the JPEG image loader. (From
gdk-pixbuf module.)
2000-10-03 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in: Add rule for make-inline-pixbuf. Use

View File

@ -1,4 +1,4 @@
/* GdkPixbuf library - JPEG image loader
/* GdkPixbuf library - PNG image loader
*
* Copyright (C) 1999 Mark Crichton
* Copyright (C) 1999 The Free Software Foundation

View File

@ -1,4 +1,4 @@
/* GdkPixbuf library - JPEG image loader
/* GdkPixbuf library - TIFF image loader
*
* Copyright (C) 1999 Mark Crichton
* Copyright (C) 1999 The Free Software Foundation

View File

@ -1,4 +1,4 @@
/* GdkPixbuf library - JPEG image loader
/* GdkPixbuf library - XPM image loader
*
* Copyright (C) 1999 Mark Crichton
* Copyright (C) 1999 The Free Software Foundation