ImageView.st
changeset 2402 4425948481b4
parent 2375 e0c7852263e4
child 2404 2b7591c982ac
--- a/ImageView.st	Mon Dec 09 10:51:41 2002 +0100
+++ b/ImageView.st	Tue Dec 10 11:46:23 2002 +0100
@@ -278,7 +278,7 @@
     tileOffset := aPoint
 ! !
 
-!ImageView methodsFor:'accessing channels'!
+!ImageView methodsFor:'accessing - channels'!
 
 imageChannel
     imageChannel isNil ifTrue:[
@@ -467,7 +467,7 @@
 !ImageView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.52 2002-11-14 14:56:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.53 2002-12-10 10:46:23 cg Exp $'
 ! !
 
 ImageView initialize!