#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 19:01:05 +0100
changeset 21535 f1ca40b3f545
parent 21534 137e220de78c
child 21536 c71b535bfcbb
#OTHER by cg comment in: #displayOn:
Character.st
--- a/Character.st	Wed Feb 22 18:58:25 2017 +0100
+++ b/Character.st	Wed Feb 22 19:01:05 2017 +0100
@@ -1668,7 +1668,7 @@
      (although the fallBack is to display its printString ...)"
 
     "/ 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
     ].
@@ -1681,6 +1681,7 @@
     aGCOrStream nextPut:$".
 
     "Modified: / 17-02-2017 / 10:53:26 / stefan"
+    "Modified (comment): / 22-02-2017 / 16:49:35 / cg"
 !
 
 isLiteral