Project.st
changeset 24393 c6585e658612
parent 23014 0499ae2fb456
--- a/Project.st	Fri Jun 28 09:12:17 2019 +0200
+++ b/Project.st	Fri Jun 28 09:13:38 2019 +0200
@@ -995,12 +995,13 @@
     ].
 
     aGCOrStream 
-        nextPutAll:self class name;
+        nextPutAll:self className;
         nextPut:$(;
         nextPutAll:(name ? '<unnamed>');
         nextPut:$).
 
     "Modified (comment): / 22-02-2017 / 16:47:57 / cg"
+    "Modified: / 28-06-2019 / 09:13:23 / Claus Gittinger"
 ! !
 
 !Project methodsFor:'properties'!