ProgressIndicator.st
changeset 2501 832cbac295b8
parent 2436 6c0df331b7b1
child 2509 934ddf4e263f
--- a/ProgressIndicator.st	Wed May 07 16:56:39 2003 +0200
+++ b/ProgressIndicator.st	Wed May 07 17:00:33 2003 +0200
@@ -820,7 +820,7 @@
     "Modified: / 18.4.1998 / 14:09:40 / cg"
 ! !
 
-!ProgressIndicator methodsFor:'initialize / release'!
+!ProgressIndicator methodsFor:'initialization & release'!
 
 destroy
     busyIndicationProcess notNil ifTrue:[
@@ -1036,5 +1036,5 @@
 !ProgressIndicator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.43 2003-02-07 14:15:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.44 2003-05-07 14:59:35 cg Exp $'
 ! !