extensions.st
changeset 12092 5d54707918dc
parent 12051 1d4a61fe3f0c
child 12356 fda0dda38564
child 12401 4714b9640528
--- a/extensions.st	Mon Dec 17 11:45:26 2012 +0100
+++ b/extensions.st	Tue Dec 18 22:36:46 2012 +0100
@@ -367,7 +367,7 @@
 inspectorValueStringInListFor:anInspector
     "returns a string to be shown in the inspector's list"
 
-    ^ self storeString contractTo:30.
+    ^ self basicStoreString contractTo:30.
 ! !
 
 !Collection methodsFor:'inspecting'!
@@ -1961,5 +1961,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.91 2012-11-07 22:05:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.92 2012-12-18 21:36:46 stefan Exp $'
 ! !
\ No newline at end of file