#REFACTORING by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Fri, 07 Jun 2019 23:02:13 +0200
branchcvs_MAIN
changeset 3905 47a9771ec8fa
parent 3904 63498892f4e0
child 3907 351963e0a66e
#REFACTORING by cg class: ProxyMethod changed: #printStringForBrowserWithSelector:inClass:
ProxyMethod.st
--- a/ProxyMethod.st	Fri Jun 07 22:53:38 2019 +0200
+++ b/ProxyMethod.st	Fri Jun 07 23:02:13 2019 +0200
@@ -272,10 +272,10 @@
 
 printStringForBrowserWithSelector:selector inClass:class
 
-    ^selector , ' * proxy *' asText withColor: Color gray
+    ^selector , ' * proxy *' withColor: Color gray
 
     "Created: / 16-12-2011 / 01:16:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 07-06-2019 / 22:13:23 / Claus Gittinger"
+    "Modified: / 07-06-2019 / 22:59:25 / Claus Gittinger"
 ! !
 
 !ProxyMethod methodsFor:'testing'!