ColorMenu.st
changeset 2497 0beadb2a951c
parent 2254 ebd685bcba77
child 2704 0a09fd78eb54
--- a/ColorMenu.st	Wed May 07 16:30:53 2003 +0200
+++ b/ColorMenu.st	Wed May 07 16:40:12 2003 +0200
@@ -872,7 +872,7 @@
     ^ super update:something with:aParameter from:changedObject
 ! !
 
-!ColorMenu::DefineColor methodsFor:'startup / release'!
+!ColorMenu::DefineColor methodsFor:'startup & release'!
 
 postBuildWith:aBuilder
     super postBuildWith:aBuilder.
@@ -884,5 +884,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.31 2002-10-08 06:35:50 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.32 2003-05-07 14:40:12 cg Exp $'
 ! !