PopUpView.st
changeset 3887 01f98c2951a6
parent 3884 dc9ea4cfc963
child 3952 b96c9aaa2c63
--- a/PopUpView.st	Wed May 07 17:03:52 2003 +0200
+++ b/PopUpView.st	Wed May 07 17:18:44 2003 +0200
@@ -133,7 +133,7 @@
     shadowView := nil
 ! !
 
-!PopUpView methodsFor:'activation / deactivation'!
+!PopUpView methodsFor:'activation & deactivation'!
 
 open
     "default for popUpViews is to come up modal"
@@ -453,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.52 2003-05-07 15:00:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.53 2003-05-07 15:18:44 cg Exp $'
 ! !