ListView.st
changeset 5029 a6854214b1f8
parent 4987 d94a6e4aadc0
child 5030 297523e86a4e
--- a/ListView.st	Sat May 17 14:38:43 2014 +0200
+++ b/ListView.st	Sat May 17 17:09:53 2014 +0200
@@ -1781,7 +1781,7 @@
 !
 
 model:aModel
-    "define the receivers model, from which the text is
+    "define the receiver's model, from which the text is
      to be aquired via list- or aspect-messages, whenever its aspect
      changes."
 
@@ -5264,10 +5264,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.392 2014-05-17 15:09:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.391 2014-04-12 11:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.392 2014-05-17 15:09:53 cg Exp $'
 ! !