SourceCodeManagerUtilities.st
changeset 1291 60d89faa389f
parent 1262 3994d07778e0
child 1323 18fefc941a32
--- a/SourceCodeManagerUtilities.st	Tue Jun 10 10:56:58 2003 +0200
+++ b/SourceCodeManagerUtilities.st	Thu Jun 12 13:05:50 2003 +0200
@@ -1143,7 +1143,7 @@
     changed size > 0 ifTrue:[
         changed size == 1 ifTrue:[
             msg := msg , 'the ''%6''-method is different (present in both).\\'.
-            singleChangeSelector := changed first first selector asText allBold
+            singleChangeSelector := changed first first selector allBold
         ] ifFalse:[
             msg := msg , '%3 methods are different (present in both).\\'.
         ]
@@ -2111,5 +2111,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.90 2003-05-07 11:08:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.91 2003-06-12 11:05:50 cg Exp $'
 ! !