RButtC.st
changeset 126 40228f4fd66b
parent 104 ca75c90df7a9
child 128 06a050529335
--- a/RButtC.st	Tue May 09 03:57:16 1995 +0200
+++ b/RButtC.st	Wed May 10 04:30:46 1995 +0200
@@ -4,7 +4,7 @@
 	 instanceVariableNames:''
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Interface-Support'
+	 category:'Interface-Support-Controllers'
 !
 
 !RadioButtonController methodsFor:'event handling'!
@@ -14,7 +14,7 @@
      buttons"
 
     pressed ifFalse:[
-        view toggle
+	view toggle
     ]
 ! !