category change
authorClaus Gittinger <cg@exept.de>
Fri, 11 Aug 2000 17:35:14 +0200
changeset 1803 ad801646be62
parent 1802 131532a28106
child 1804 91896c0dfd4a
category change
ColorMenu.st
--- a/ColorMenu.st	Thu Aug 10 19:28:08 2000 +0200
+++ b/ColorMenu.st	Fri Aug 11 17:35:14 2000 +0200
@@ -12,6 +12,8 @@
 
 
 
+"{ Package: 'stx:libtool2' }"
+
 MenuPanel subclass:#ColorMenu
 	instanceVariableNames:'model enabledChannel labelsAreColored'
 	classVariableNames:''
@@ -251,7 +253,7 @@
 
 ! !
 
-!ColorMenu methodsFor:'accessing channels'!
+!ColorMenu methodsFor:'accessing - channels'!
 
 model
     "get my color channel"
@@ -643,5 +645,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.20 2000-02-03 18:45:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.21 2000-08-11 15:35:14 cg Exp $'
 ! !