#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:12:15 +0200
changeset 6619 e042a2f30428
parent 6618 25d16c26e044
child 6620 d1af1ea90691
#OTHER by cg self class name -> self className
SelectionInList.st
--- a/SelectionInList.st	Thu Jun 27 19:09:15 2019 +0200
+++ b/SelectionInList.st	Fri Jun 28 09:12:15 2019 +0200
@@ -412,12 +412,13 @@
     ].
 
     aGCOrStream 
-        nextPutAll:self class name;
+        nextPutAll:self className;
         nextPut:$(.
     self selectionIndex displayOn:aGCOrStream. 
     aGCOrStream nextPut:$)
 
     "Modified (comment): / 22-02-2017 / 16:52:55 / cg"
+    "Modified: / 28-06-2019 / 09:11:54 / Claus Gittinger"
 ! !
 
 !SelectionInList methodsFor:'private'!