PopUpView.st
changeset 3884 dc9ea4cfc963
parent 3882 6b3ca3db5d31
child 3887 01f98c2951a6
--- a/PopUpView.st	Wed May 07 16:56:36 2003 +0200
+++ b/PopUpView.st	Wed May 07 17:00:12 2003 +0200
@@ -249,7 +249,7 @@
 
 ! !
 
-!PopUpView methodsFor:'initialize / release'!
+!PopUpView methodsFor:'initialization & release'!
 
 create
     super create.
@@ -453,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.51 2003-05-07 14:45:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.52 2003-05-07 15:00:12 cg Exp $'
 ! !