LEnterFld.st
changeset 156 4752cd4b9eb2
parent 153 5167176d204b
child 159 0596de11a136
--- a/LEnterFld.st	Thu Apr 25 19:22:31 1996 +0200
+++ b/LEnterFld.st	Thu Apr 25 19:24:14 1996 +0200
@@ -40,6 +40,9 @@
     some specific things, you have to get the components 
     (labelField and inputField)
     and send those message directly.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -213,5 +216,5 @@
 !LabelledEnterField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/LEnterFld.st,v 1.16 1996-04-22 22:19:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/LEnterFld.st,v 1.17 1996-04-25 17:24:14 cg Exp $'
 ! !