DataSetLabel.st
changeset 5445 a146a640792c
parent 5409 5ab35a5ebc67
child 5560 0e2bba0da0ff
--- a/DataSetLabel.st	Sat Feb 04 22:18:40 2017 +0100
+++ b/DataSetLabel.st	Sat Feb 04 22:19:00 2017 +0100
@@ -499,7 +499,7 @@
                 ].
             ].
         ] ifFalse:[
-            (rawLabel isKindOf:LabelAndIcon) ifTrue:[
+            (rawLabel isLabelAndIcon) ifTrue:[
                 rawLabel := rawLabel copy string:(resources string:rawLabel string).
             ].
 
@@ -528,6 +528,8 @@
         lbl size > 1 ifTrue:[^ lbl ].
     ].
     ^ rawLabel
+
+    "Modified: / 04-02-2017 / 22:10:42 / cg"
 ! !
 
 !DataSetLabel methodsFor:'queries'!