ModalBox.st
changeset 3884 dc9ea4cfc963
parent 3881 6661ab0fa781
child 3992 0780e10218a8
--- a/ModalBox.st	Wed May 07 16:56:36 2003 +0200
+++ b/ModalBox.st	Wed May 07 17:00:12 2003 +0200
@@ -249,7 +249,7 @@
     "Modified: / 8.12.1997 / 19:19:39 / cg"
 ! !
 
-!ModalBox methodsFor:'initialize / release'!
+!ModalBox methodsFor:'initialization & release'!
 
 addToCurrentProject
     "ignored here"
@@ -918,7 +918,7 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.82 2003-05-07 14:43:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.83 2003-05-07 14:59:22 cg Exp $'
 ! !
 
 ModalBox initialize!