MultiSelectionInList.st
changeset 583 2ec13b7ceba5
parent 579 a9188bedbfb9
child 1228 e30336972355
--- a/MultiSelectionInList.st	Thu Apr 25 18:36:01 1996 +0200
+++ b/MultiSelectionInList.st	Thu Apr 25 18:44:20 1996 +0200
@@ -37,6 +37,9 @@
 "
     Like a selectionInList, but allows for multiple selected items.
     For use as a model for SelectionInListViews, with multipleSelectOk set to true.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -124,5 +127,5 @@
 !MultiSelectionInList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.11 1996-04-25 07:56:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.12 1996-04-25 16:43:12 cg Exp $'
 ! !