Launcher.st
changeset 965 b363c2d24c26
parent 964 8fe72552b476
child 968 1c8c87307720
--- a/Launcher.st	Thu Jan 16 11:09:21 1997 +0100
+++ b/Launcher.st	Thu Jan 16 17:32:42 1997 +0100
@@ -113,11 +113,11 @@
 "
     As ST/X can handle multiple screens, there is nothing (except fear ;-)
     from preventing you to work with your friend in the same image.
-    To do this, evaluate:
+    To do this, evaluate (replace localhost by whatever):
                                                                         [exBegin]
         |display2|
 
-        display2 := XWorkstation new initializeFor:'sgi:0'.
+        display2 := XWorkstation new initializeFor:'localhost:0'.
         display2 isNil ifTrue:[
             self warn:'cannot connect.'.
         ] ifFalse:[
@@ -4453,5 +4453,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.233 1997-01-16 10:09:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.234 1997-01-16 16:32:42 cg Exp $'
 ! !