#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 20 Jun 2017 08:30:22 +0200
changeset 17538 d29a8ed1cc7f
parent 17537 f85a96e09ab6
child 17539 e0e5ab9149d0
#REFACTORING by cg class: FileApplicationNoteBook::ArchiveViewApplication changed: #getDisplayObjects: use asBold instead of Text string:emphasis:
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Tue Jun 20 08:30:08 2017 +0200
+++ b/FileApplicationNoteBook.st	Tue Jun 20 08:30:22 2017 +0200
@@ -2598,9 +2598,9 @@
     ].
     string := stream contents.
 
-    ^ Array with:(LabelAndIcon 
-                    icon:(Image fromFile:fnName)
-                    string:(Text string:string emphasis:#bold))
+    ^ Array with:(LabelAndIcon icon:(Image fromFile:fnName) string:(string allBold))
+
+    "Modified: / 20-06-2017 / 08:18:07 / cg"
 !
 
 getDropObjects:anArgument