comment
authorStefan Vogel <sv@exept.de>
Fri, 22 Jun 2007 15:30:54 +0200
changeset 3490 00803075b7d5
parent 3489 2611d54611ee
child 3491 d965db0d2d7f
comment
Label.st
--- a/Label.st	Thu May 31 17:28:54 2007 +0200
+++ b/Label.st	Fri Jun 22 15:30:54 2007 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg' }"
 
 View subclass:#Label
@@ -1474,6 +1473,7 @@
     ].
 
     numberOfLines isNil ifTrue:[
+        "logo is neither a String nor a StringCollection"
         (logo respondsTo:#preferredBounds) ifTrue:[
             b := logo preferredBounds.
             labelWidth := b width.
@@ -1835,5 +1835,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.127 2005-11-24 16:12:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.128 2007-06-22 13:30:54 stefan Exp $'
 ! !