BrowserView.st
changeset 9051 4d925380c9f6
parent 9008 b14851d91cd8
child 9247 f2e7f94b800d
--- a/BrowserView.st	Thu Oct 22 19:34:05 2009 +0200
+++ b/BrowserView.st	Thu Oct 22 19:40:13 2009 +0200
@@ -6397,7 +6397,7 @@
 
                         (allNameSpaces not
                          and:[(self findClassNamedInNameSpace:nm) isNil]) ifTrue:[
-                            nm := nm asText emphasizeAllWith:#italic.
+                            nm := nm allItalic.
                         ].
                         nm := indent , nm.
                         namesPresent add:nm.
@@ -14512,11 +14512,11 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.824 2009-10-20 09:30:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.825 2009-10-22 17:40:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.824 2009-10-20 09:30:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.825 2009-10-22 17:40:13 cg Exp $'
 ! !
 
 BrowserView initialize!