RadioButton.st
changeset 1809 111f603c0a1c
parent 1696 adfae835bac8
child 1814 bbeeed65ec84
--- a/RadioButton.st	Fri Mar 19 22:10:00 1999 +0100
+++ b/RadioButton.st	Fri Mar 19 22:13:33 1999 +0100
@@ -465,7 +465,7 @@
 drawToggleImage
     "drawing of the radio image is done here."
 
-    |x y clrTop clrBot img1 img2 imgH img imgOn threeD lvl|
+    |x y clrTop clrBot img1 img2 imgH imgOn threeD lvl|
 
     buttonStyle isNil ifTrue:[
         ^ super drawToggleImage
@@ -644,5 +644,5 @@
 !RadioButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.25 1998-09-28 16:18:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.26 1999-03-19 21:13:33 cg Exp $'
 ! !