InspectorView.st
changeset 13990 0cf6a3bea278
parent 13870 f879d86b381f
child 14070 f95472e8cb38
--- a/InspectorView.st	Sun Feb 23 12:37:38 2014 +0100
+++ b/InspectorView.st	Sun Feb 23 12:38:17 2014 +0100
@@ -2535,7 +2535,8 @@
 !
 
 plainValueStringInListEntryForValue:value
-    "returns nil or a string to show in angle brackets"
+    "returns nil or a string to show in angle brackets.
+     This is the string shown in the name list on the left"
 
     |s|
 
@@ -3699,10 +3700,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.325 2014-02-05 19:08:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.326 2014-02-23 11:38:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.325 2014-02-05 19:08:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.326 2014-02-23 11:38:17 cg Exp $'
 ! !