Fix for bug 53661 Portable Network Graphic should be changed to PNG to match GIF & JPEG.

Decission was to expand GIF and JPEG.
patch by walk84@usa.net r=timeless sr=alecf
This commit is contained in:
timeless%mac.com 2000-12-07 01:36:19 +00:00
parent 1f43a186ab
commit 5d21df25b4

View File

@ -48,8 +48,8 @@ const char *xulExts[] = { ".xul", 0 };
const char *htmExts[] = { ".htm", ".html", 0 };
static FileTypeRegistryEntry
jpg( jpgExts, "MozillaJPEG", "Mozilla JPEG Image File" ),
gif( gifExts, "MozillaGIF", "Mozilla GIF Image File" ),
jpg( jpgExts, "MozillaJPEG", "Mozilla Joint Photographic Experts Group Image File" ),
gif( gifExts, "MozillaGIF", "Mozilla Graphics Interchange Format Image File" ),
png( pngExts, "MozillaPNG", "Mozilla Portable Network Graphic Image File" ),
xml( xmlExts, "MozillaXML", "Mozilla XML File Document" ),
xul( xulExts, "MozillaXUL", "Mozilla XUL File Document" );