# HG changeset patch # User mawalch # Date 1495038542 -7200 # Node ID dc0ce36e632c924d8443950f8dfc57d2607a342d # Parent e7f44af6889fee9a56d713059dc3dd68032b6a32 #DOCUMENTATION by mawalch class: DeviceWorkstation class comment/format in: #platformName diff -r e7f44af6889f -r dc0ce36e632c 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'!