Colormap.st
changeset 665 843bf13683f5
parent 637 08e099c202db
child 773 a06487b33240
--- a/Colormap.st	Fri May 10 12:48:57 1996 +0200
+++ b/Colormap.st	Fri May 10 18:45:35 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'redVector greenVector blueVector'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !Colormap class methodsFor:'documentation'!
@@ -257,5 +257,5 @@
 !Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.12 1996-05-02 15:31:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.13 1996-05-10 16:45:35 cg Exp $'
 ! !