ToggleC.st
changeset 126 40228f4fd66b
parent 125 3ffa271732f7
child 128 06a050529335
--- a/ToggleC.st	Tue May 09 03:57:16 1995 +0200
+++ b/ToggleC.st	Wed May 10 04:30:46 1995 +0200
@@ -14,7 +14,7 @@
 	 instanceVariableNames:'action'
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Interface-Support'
+	 category:'Interface-Support-Controllers'
 !
 
 !ToggleController class methodsFor:'documentation'!
@@ -35,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/ToggleC.st,v 1.5 1995-05-09 01:56:56 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ToggleC.st,v 1.6 1995-05-10 02:30:25 claus Exp $
 "
 !