#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 19:06:14 +0100
changeset 17428 a5db09ff54a8
parent 17427 b353390d1a23
child 17429 85ccd8372c74
#OTHER by cg comment in: #displayOn:
Tools__Inspector2.st
--- a/Tools__Inspector2.st	Wed Feb 22 18:54:55 2017 +0100
+++ b/Tools__Inspector2.st	Wed Feb 22 19:06:14 2017 +0100
@@ -1487,7 +1487,7 @@
 displayOn:aGCOrStream
 
     "/ 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.
     ].
@@ -1504,6 +1504,7 @@
 
     "Created: / 21-02-2008 / 19:53:07 / janfrog"
     "Modified: / 13-06-2012 / 14:40:34 / cg"
+    "Modified (comment): / 22-02-2017 / 16:48:59 / cg"
 ! !
 
 !Inspector2::NavigationState methodsFor:'initialization'!