Depth2Image.st
changeset 3274 13e575985231
parent 3263 bd92a12c9316
child 3842 e97ae6061e75
--- a/Depth2Image.st	Wed Aug 30 21:51:26 2000 +0200
+++ b/Depth2Image.st	Wed Aug 30 21:51:59 2000 +0200
@@ -920,7 +920,7 @@
 
 usedValues
     "return a collection of color values used in the receiver.
-     For depth2 images, we assuming all pixel values are present ...
+     For depth2 images, we assume all pixel values are present ...
      ... which is not really true"
 
     "actually, this is wrong - we have to look if those are
@@ -935,5 +935,5 @@
 !Depth2Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.40 2000-08-21 22:43:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.41 2000-08-30 19:51:55 cg Exp $'
 ! !