category change
authorClaus Gittinger <cg@exept.de>
Tue, 22 Aug 2000 16:14:37 +0200
changeset 1821 77d75eb8779d
parent 1820 9b17f0c15849
child 1822 911117459699
category change
CheckBox.st
--- a/CheckBox.st	Tue Aug 22 15:57:05 2000 +0200
+++ b/CheckBox.st	Tue Aug 22 16:14:37 2000 +0200
@@ -862,7 +862,7 @@
     "Modified: 19.7.1996 / 20:43:47 / cg"
 ! !
 
-!CheckBox methodsFor:'queries - internal'!
+!CheckBox methodsFor:'queries-internal'!
 
 nativeWindowType
     "return a symbol describing my native window type 
@@ -876,5 +876,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.66 2000-05-10 11:30:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.67 2000-08-22 14:14:37 cg Exp $'
 ! !