#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 08:30:48 +0200
changeset 17541 8b6fcc925841
parent 17540 12df96cb0532
child 17542 119605108b13
#REFACTORING by cg class: DirectoryContentsBrowser changed: #getDisplayObjects: use asBold instead of Text string:emphasis:
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Tue Jun 20 08:30:40 2017 +0200
+++ b/DirectoryContentsBrowser.st	Tue Jun 20 08:30:48 2017 +0200
@@ -1821,9 +1821,9 @@
     string := stream contents.
     stream close.
 
-    ^ Array with:(LabelAndIcon icon:(Image fromFile:fnName)
-                             string:(Text string:string emphasis:#bold)
-                 )
+    ^ Array with:(LabelAndIcon icon:(Image fromFile:fnName) string:(string allBold))
+
+    "Modified (format): / 20-06-2017 / 08:17:43 / cg"
 ! !
 
 !DirectoryContentsBrowser methodsFor:'event handling'!