#BUGFIX by Maren
authormatilk
Fri, 02 Dec 2016 15:48:56 +0100
changeset 17131 eccb24a60c2e
parent 17130 43d80b2f117a
child 17140 c2a83a451e3b
child 17141 afbb6933f192
#BUGFIX by Maren class: InspectorView changed: #basicDisplayStringForValue: fix for ProtoObject
InspectorView.st
--- a/InspectorView.st	Fri Dec 02 14:19:36 2016 +0100
+++ b/InspectorView.st	Fri Dec 02 15:48:56 2016 +0100
@@ -2896,7 +2896,7 @@
             s nextPutAll:' ...'.
             ^ s contents.
         ].
-        s := someValue classNameWithArticle.
+        s := someValue class nameWithArticle.
         displayStringMessage == #displayString ifTrue:[
             s := s , ' "error in displayString: ' , ex description , '"'
         ] ifFalse:[