#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:04:31 +0200
changeset 4286 add7d9220e53
parent 4285 86c48debecd5
child 4287 9e5dc8a88380
#OTHER by cg self class name -> self className
LayoutFrame.st
--- a/LayoutFrame.st	Fri Jun 28 09:04:27 2019 +0200
+++ b/LayoutFrame.st	Fri Jun 28 09:04:31 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -533,7 +535,7 @@
     ].
 
     aGCOrStream 
-        nextPutAll:self class name;
+        nextPutAll:self className;
         nextPutAll:'(l: '.
 
     leftFraction displayOn:aGCOrStream.
@@ -555,6 +557,7 @@
 
     "Modified: / 20-09-1997 / 11:40:14 / cg"
     "Modified (comment): / 22-02-2017 / 16:52:10 / cg"
+    "Modified: / 28-06-2019 / 09:03:55 / Claus Gittinger"
 ! !
 
 !LayoutFrame methodsFor:'queries'!