ResourceRetriever.st
changeset 378 9057ea063eca
parent 373 ae526fcf716a
child 399 0822ecf56bf2
--- a/ResourceRetriever.st	Fri Nov 07 14:29:58 1997 +0100
+++ b/ResourceRetriever.st	Fri Nov 07 14:30:55 1997 +0100
@@ -110,7 +110,7 @@
     ].
 
     (labelText notNil and:[resource isImage]) ifTrue:[
-        ^ LabelAndIcon icon:resource string:(Text string:labelText emphasis:#bold)
+        ^ LabelAndIcon icon:resource string:labelText
     ].
   ^ resource