diff -r e151eeae2c9a -r 2ec13b7ceba5 SelectionInList.st --- a/SelectionInList.st Thu Apr 25 18:36:01 1996 +0200 +++ b/SelectionInList.st Thu Apr 25 18:44:20 1996 +0200 @@ -59,6 +59,9 @@ [see also:] SelectionInListView PopUpList MultiSelectionInList Model ValueHolder + + [author:] + Claus Gittinger " ! @@ -389,5 +392,5 @@ !SelectionInList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.13 1996-04-24 06:56:43 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.14 1996-04-25 16:43:04 cg Exp $' ! !