XBMReader.st
changeset 24 6bc436eb4c4a
parent 21 66b31c91177f
child 28 8daff0234d2e
--- a/XBMReader.st	Fri Aug 05 03:15:13 1994 +0200
+++ b/XBMReader.st	Fri Aug 05 03:16:30 1994 +0200
@@ -20,6 +20,8 @@
 XBMReader comment:'
 COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
+
+$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.7 1994-08-05 01:16:28 claus Exp $
 '!
 
 !XBMReader class methodsFor:'documentation'!
@@ -40,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.6 1994-06-03 00:54:11 claus Exp $
+$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.7 1994-08-05 01:16:28 claus Exp $
 "
 !
 
@@ -48,7 +50,9 @@
 "
     this class provides methods for loading and saving x-bitmap-file images.
     These images can (for example) be created using the bitmap editor supplied
-    with X. Only monochrome images can be represented in thos format.
+    with X. 
+    Only monochrome images can be represented in this format.
+    See also: XPMRreader, SunReader, WinIconReader, GIFReader and TIFFReader
 "
 ! !