Tools_NamespaceList.st
changeset 8696 2947b40f0218
parent 8631 0178be4a8c65
child 8757 43e349ffe3ef
--- a/Tools_NamespaceList.st	Mon Sep 14 20:16:15 2009 +0200
+++ b/Tools_NamespaceList.st	Mon Sep 14 20:16:17 2009 +0200
@@ -477,7 +477,7 @@
     allNamespaces size == 1 ifTrue:[
         self nameSpaceLabelHolder value:(LabelAndIcon icon:(self class nameSpaceIcon) string:allNamespaces first).
     ].
-    allNamespaces addFirst:(self class nameListEntryForALL).
+    allNamespaces addFirst:(self class nameListEntryForALL asText allItalic).
     ^ allNamespaces
 
     "Created: / 18.2.2000 / 01:04:27 / cg"
@@ -526,5 +526,5 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.11 2009-05-18 14:12:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.12 2009-09-14 18:16:17 cg Exp $'
 ! !