MenuView.st
changeset 81 0c97b2905d5b
parent 77 565b052f5277
child 87 2c6ab478466a
--- a/MenuView.st	Wed Feb 08 04:19:20 1995 +0100
+++ b/MenuView.st	Sat Feb 11 17:50:08 1995 +0100
@@ -32,7 +32,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.15 1995-02-06 00:52:41 claus Exp $
+$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.16 1995-02-11 16:49:59 claus Exp $
 '!
 
 !MenuView class methodsFor:'documentation'!
@@ -53,7 +53,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.15 1995-02-06 00:52:41 claus Exp $
+$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.16 1995-02-11 16:49:59 claus Exp $
 "
 !
 
@@ -424,7 +424,7 @@
     "set the labels to the argument, text"
 
     (text isString) ifTrue:[
-	self list:(text asText)
+	self list:(text asStringCollection)
     ] ifFalse:[
 	self list:text
     ].