#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:04:27 +0200
changeset 4285 86c48debecd5
parent 4284 312ec8cbca1c
child 4286 add7d9220e53
#OTHER by cg self class name -> self className
LayoutOrigin.st
--- a/LayoutOrigin.st	Fri Jun 28 08:50:02 2019 +0200
+++ b/LayoutOrigin.st	Fri Jun 28 09:04:27 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -350,7 +352,7 @@
     ].
 
     aGCOrStream 
-        nextPutAll:self class name;
+        nextPutAll:self className;
         nextPutAll:'(l: '.
 
     leftFraction displayOn:aGCOrStream.
@@ -363,6 +365,7 @@
     aGCOrStream nextPut:$).
 
     "Modified (comment): / 22-02-2017 / 16:49:31 / cg"
+    "Modified: / 28-06-2019 / 09:04:01 / Claus Gittinger"
 ! !
 
 !LayoutOrigin methodsFor:'queries'!