GIFReader.st
changeset 1761 18ec27a0300e
parent 1759 f52382e5a9b8
child 1805 93f557cbe600
--- a/GIFReader.st	Wed May 07 16:09:30 2003 +0200
+++ b/GIFReader.st	Wed May 07 16:10:24 2003 +0200
@@ -123,7 +123,7 @@
     "Modified: 10.1.1997 / 15:40:34 / cg"
 ! !
 
-!GIFReader methodsFor:'private - writing'!
+!GIFReader methodsFor:'private-writing'!
 
 assignTransparentPixelIn:image
     "find an usused pixelValue in the colorMap (or image)."
@@ -983,7 +983,7 @@
 !GIFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.84 2003-05-05 16:51:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.85 2003-05-07 14:10:10 cg Exp $'
 ! !
 
 GIFReader initialize!