CheckBox.st
changeset 1821 77d75eb8779d
parent 1769 68d65f17df56
child 1879 4648f3ae6293
--- 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 $'
 ! !