method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:54:25 +0200
changeset 2749 8d2ce5027c36
parent 2748 c1efcd93841b
child 2750 94531b6049a3
method category rename
PullDownMenu.st
--- a/PullDownMenu.st	Wed May 07 16:46:06 2003 +0200
+++ b/PullDownMenu.st	Wed May 07 16:54:25 2003 +0200
@@ -1382,7 +1382,7 @@
     "Modified: 6.3.1996 / 17:14:27 / cg"
 ! !
 
-!PullDownMenu methodsFor:'initialize / release'!
+!PullDownMenu methodsFor:'initialization & release'!
 
 container:aView
     "when my container changes, all of my menus must change as well"
@@ -1803,5 +1803,5 @@
 !PullDownMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.95 2002-10-24 15:30:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.96 2003-05-07 14:54:25 cg Exp $'
 ! !