#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Mon, 19 Aug 2019 14:41:18 +0200
changeset 24553 94661647f7c7
parent 24552 8febcf81245e
child 24554 1841effd762b
#FEATURE by exept class: InlineObject::InlineObjectClassDescription changed: #name
InlineObject.st
--- a/InlineObject.st	Sat Aug 17 14:40:21 2019 +0200
+++ b/InlineObject.st	Mon Aug 19 14:41:18 2019 +0200
@@ -551,7 +551,7 @@
      useful here - there are many places (inspectors) where
      a classes name is asked for."
 
-    ^ name ? #'someInlineObject'
+    ^ name ? #'InlineObject'
 !
 
 nameSpace