Tools__MethodList.st
changeset 15426 5a619f0655fa
parent 15342 11dee514b0dd
child 15437 063df51f6e69
--- a/Tools__MethodList.st	Wed Feb 25 16:25:07 2015 +0100
+++ b/Tools__MethodList.st	Wed Feb 25 17:11:15 2015 +0100
@@ -1761,7 +1761,7 @@
 
     showClass ifTrue:[
         showClassFirst ifFalse:[
-            s := s , ' [' , cls displayString allBold , ']'.
+            s := s , ' [' , cls nameInBrowser allBold , ']'.
         ]
     ].
     (showCategory and:[aMethod mclass notNil and:[aMethod mclass supportsMethodCategories]]) ifTrue:[
@@ -1856,7 +1856,7 @@
     "Created: / 22-10-1996 / 19:51:00 / cg"
     "Modified: / 15-08-2009 / 13:13:32 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 07-03-2012 / 19:06:09 / cg"
-    "Modified: / 09-04-2014 / 15:16:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 25-02-2015 / 17:14:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 resourceIconForMethod:aMethod
@@ -1912,10 +1912,10 @@
 !MethodList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.116 2015-02-20 21:44:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.117 2015-02-25 16:11:15 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.116 2015-02-20 21:44:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.117 2015-02-25 16:11:15 vrany Exp $'
 ! !