#DOCUMENTATION by mawalch
authormawalch
Wed, 17 May 2017 18:29:02 +0200
changeset 8029 dc0ce36e632c
parent 8028 e7f44af6889f
child 8030 5e0280e0f464
#DOCUMENTATION by mawalch class: DeviceWorkstation class comment/format in: #platformName
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Wed May 17 16:42:19 2017 +0200
+++ b/DeviceWorkstation.st	Wed May 17 18:29:02 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -948,9 +946,11 @@
     "ST-80 compatibility.
      Return a string describing the display systems platform.
      Returns a dummy here. This must be redefined in concrete
-     Workstation classes, to return somthing like 'X11', 'win32', 'os2' etc."
+     Workstation classes, to return something like 'X11', 'win32', 'os2' etc."
 
     ^ #unknown
+
+    "Modified (comment): / 17-05-2017 / 18:25:06 / mawalch"
 ! !
 
 !DeviceWorkstation class methodsFor:'standalone setup'!