#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:06:03 +0200
changeset 3294 29f61473d4a5
parent 3293 911a495e2ed7
child 3295 cfc396fb8c98
#OTHER by cg colorizeAllWith -> withColor
Tools__ObjectModuleInformation.st
--- a/Tools__ObjectModuleInformation.st	Sun May 08 02:26:07 2016 +0200
+++ b/Tools__ObjectModuleInformation.st	Mon May 09 10:06:03 2016 +0200
@@ -1045,7 +1045,7 @@
 "/                                      ].
 "/            listView1 middleButtonMenu:menu.
 
-            nm := (method whoString) colorizeAllWith:Color blue.
+            nm := (method whoString) withColor:Color blue.
         ].
         entries := OrderedCollection new.
         newEntry := InfoRow new.
@@ -1082,7 +1082,7 @@
                         select:[:f | f notNil]
                         thenCollect:[:f | |entry code|
                                         entry := InfoRow new.
-                                        entry name:(f name colorizeAllWith:Color blue).
+                                        entry name:(f name withColor:Color blue).
                                         code := f code.
                                         code isNil ifTrue:[
                                             entry value:('address: NULL').