]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Apr 2010 23:44:55 +0000 (23:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Apr 2010 23:44:55 +0000 (23:44 +0000)
coders/bmp.c

index 67108fda7e8b93739e7d669238cea000fbd77a22..13a4c2e00c919e231cf1f52c703dfcb1c29ef4fe 100644 (file)
@@ -1342,7 +1342,7 @@ ModuleExport unsigned long RegisterBMPImage(void)
   entry->decoder=(DecodeImageHandler *) ReadBMPImage;
   entry->encoder=(EncodeImageHandler *) WriteBMPImage;
   entry->magick=(IsImageFormatHandler *) IsBMP;
-  entry->description=ConstantString("Microsoft Windows bitmap image (V5)");
+  entry->description=ConstantString("Microsoft Windows bitmap image");
   entry->module=ConstantString("BMP");
   entry->adjoin=MagickFalse;
   entry->seekable_stream=MagickTrue;