XWorkstation.st
changeset 2777 60ba83db1fab
parent 2758 329098f17dd9
child 2791 97ae9d3d44e4
--- a/XWorkstation.st	Thu Jun 24 19:02:03 1999 +0200
+++ b/XWorkstation.st	Fri Jun 25 17:01:14 1999 +0200
@@ -570,7 +570,8 @@
 
 platformName
     "ST-80 compatibility.
-     Return a string describing the display systems platform."
+     Return a string describing the display systems platform.
+     WinWorkstation always returns 'X11'."
 
     ^ 'X11'  "I don't know what ST-80 returns for X ..."
 
@@ -10192,6 +10193,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.318 1999-06-05 22:21:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.319 1999-06-25 15:01:14 cg Exp $'
 ! !
 XWorkstation initialize!