Form.st
changeset 2939 1df256ac509e
parent 2933 fd5033d6a182
child 2964 d9b5700dbfda
--- a/Form.st	Mon Oct 04 12:54:41 1999 +0200
+++ b/Form.st	Mon Oct 04 12:56:33 1999 +0200
@@ -727,7 +727,7 @@
 	2r00000000)
 ! !
 
-!Form methodsFor:'ST-80 compatibility'!
+!Form methodsFor:'Compatibility - ST-80'!
 
 destroy
     "destroy my underlying device resource(s)"
@@ -1891,6 +1891,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.98 1999-10-04 09:18:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.99 1999-10-04 10:56:33 cg Exp $'
 ! !
 Form initialize!