method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:45:12 +0200
changeset 3882 6b3ca3db5d31
parent 3881 6661ab0fa781
child 3883 4e01a59afccb
method category rename
PopUpView.st
--- a/PopUpView.st	Wed May 07 16:43:05 2003 +0200
+++ b/PopUpView.st	Wed May 07 16:45:12 2003 +0200
@@ -358,7 +358,7 @@
     "Modified: 12.5.1996 / 21:57:51 / cg"
 ! !
 
-!PopUpView methodsFor:'realize / unrealize'!
+!PopUpView methodsFor:'realize & unrealize'!
 
 hide
     "hide the view, leave its modal event loop"
@@ -453,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.50 2002-01-17 13:44:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.51 2003-05-07 14:45:12 cg Exp $'
 ! !