*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 07 Jul 2003 12:07:47 +0200
changeset 7477 b190b8548cef
parent 7476 2e646cca131e
child 7478 2f7430bfd7ac
*** empty log message ***
MiniDebugger.st
--- a/MiniDebugger.st	Mon Jul 07 12:07:26 2003 +0200
+++ b/MiniDebugger.st	Mon Jul 07 12:07:47 2003 +0200
@@ -603,7 +603,8 @@
    I ..... interpreter (expression evaluator)
 
    To repair a broken X-Connection, enter an interpreter and evaluate:
-      Display := XWorkstation new initializeFor:''hostName:0''.
+      Display := XWorkstation new.
+      Display initializeFor:''hostName:0''.
       Display startDispatch.
       NewLauncher openOnDevice:Display.
       <empty line>
@@ -777,5 +778,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.58 2003-07-07 10:07:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.59 2003-07-07 10:07:47 cg Exp $'
 ! !