*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 14 Sep 2009 19:48:36 +0200
changeset 8690 255df1900d1f
parent 8689 83f3928bfd02
child 8691 bcf83b7543d3
*** empty log message ***
ContextInspectorView.st
--- a/ContextInspectorView.st	Mon Sep 14 19:48:33 2009 +0200
+++ b/ContextInspectorView.st	Mon Sep 14 19:48:36 2009 +0200
@@ -470,7 +470,7 @@
 
 fieldList
     names size == 0 ifTrue:[^ names].
-    ^ #('-all local vars') , names
+    ^ (Array with:('-', 'all local vars' asText allItalic)) , names
 !
 
 hasSelfEntry
@@ -650,5 +650,5 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.69 2009-05-24 10:31:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.70 2009-09-14 17:48:36 cg Exp $'
 ! !