Form.st
branchjv
changeset 7244 9c77b73e65d8
parent 7111 96d1e688928a
parent 7238 f3b9554e8095
child 7286 c3b4c3c664d4
--- a/Form.st	Fri Mar 25 06:53:38 2016 +0100
+++ b/Form.st	Sat Mar 26 06:44:50 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1052,19 +1050,19 @@
 !
 
 colorMap
-    "return the receivers colormap"
+    "return the receiver's colormap"
 
     ^ localColorMap
 !
 
 colorMap:anArrayOrColorMap
-    "set the receivers colormap"
+    "set the receiver's colormap"
 
     localColorMap := anArrayOrColorMap.
 !
 
 depth
-    "return the receivers depth"
+    "return the receiver's depth"
 
     ^ depth
 !