Label.st
changeset 1857 3a2af14b7bea
parent 1828 3fa20f5e5c80
child 1867 d27de2b0705c
--- a/Label.st	Fri Apr 23 14:42:43 1999 +0200
+++ b/Label.st	Fri Apr 23 14:45:39 1999 +0200
@@ -1234,7 +1234,7 @@
     "Modified: / 28.4.1998 / 17:07:57 / cg"
 ! !
 
-!Label methodsFor:'initialization'!
+!Label methodsFor:'initialize / release'!
 
 destroy
     labelChannel notNil ifTrue:[
@@ -1710,5 +1710,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.97 1999-03-31 05:42:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.98 1999-04-23 12:45:39 cg Exp $'
 ! !