InspectorView.st
changeset 17427 b353390d1a23
parent 17184 20a4ba15b83f
child 17457 41ebd25b97b4
--- a/InspectorView.st	Tue Feb 21 18:06:21 2017 +0100
+++ b/InspectorView.st	Wed Feb 22 18:54:55 2017 +0100
@@ -2995,9 +2995,10 @@
             ^ self stringWithMessages:#inherited
         ].
     ].
+    someValue == nil ifTrue:[^ 'nil'].
     ^ self basicDisplayStringForValue:someValue
 
-    "Modified: / 16-05-2012 / 17:55:05 / cg"
+    "Modified: / 22-02-2017 / 17:35:52 / cg"
 !
 
 iconForValue:arg