ListSelectionBox.st
changeset 2359 f3d26728a7b1
parent 2295 afa4d722c92b
child 2444 a8c1811e9f9c
--- a/ListSelectionBox.st	Mon Apr 30 14:39:51 2001 +0200
+++ b/ListSelectionBox.st	Thu May 10 19:25:24 2001 +0200
@@ -168,7 +168,7 @@
 !
 
 selectionChangeCallback:aBlock
-    "allows special actions to be hooked in, whe nthe selection changes"
+    "allows special actions to be hooked in, when the selection changes"
 
     selectionChangeCallback := aBlock.
 !
@@ -377,5 +377,5 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.44 2000-10-07 11:57:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.45 2001-05-10 17:25:24 cg Exp $'
 ! !