#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 18:58:22 +0100
changeset 3925 b761235ce4d5
parent 3924 62da91f94e21
child 3926 518e74c68d80
#OTHER by cg comment in: #displayOn:
LayoutFrame.st
--- a/LayoutFrame.st	Wed Feb 22 18:58:19 2017 +0100
+++ b/LayoutFrame.st	Wed Feb 22 18:58:22 2017 +0100
@@ -527,7 +527,7 @@
     "return a printed representation of the receiver for displaying"
 
     "/ what a kludge - Dolphin and Squeak mean: printOn: a stream;
-    "/ ST/X (and some old ST80's) mean: draw-yourself on a GC.
+    "/ old ST80 means: draw-yourself on a GC.
     (aGCOrStream isStream) ifFalse:[
         ^ super displayOn:aGCOrStream
     ].
@@ -551,9 +551,10 @@
     bottomFraction displayOn:aGCOrStream.
     aGCOrStream nextPut:$+. 
     bottomOffset displayOn:aGCOrStream.
-    aGCOrStream nextPut:$). 
+    aGCOrStream nextPut:$).
 
-    "Modified: 20.9.1997 / 11:40:14 / cg"
+    "Modified: / 20-09-1997 / 11:40:14 / cg"
+    "Modified (comment): / 22-02-2017 / 16:52:10 / cg"
 ! !
 
 !LayoutFrame methodsFor:'queries'!