checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 13 Apr 1999 22:10:36 +0200
changeset 2096 2111773968a1
parent 2095 805583c09bc2
child 2097 e79e733e6900
checkin from browser
NewLauncher.st
--- a/NewLauncher.st	Mon Apr 12 21:37:33 1999 +0200
+++ b/NewLauncher.st	Tue Apr 13 22:10:36 1999 +0200
@@ -2498,7 +2498,7 @@
 !
 
 openMandelbrotDemo
-    Demos::ComplexIterationView new open
+    self openDemo:#ComplexIterationView 
 
     "Created: / 8.7.1998 / 20:36:37 / cg"
 !
@@ -2611,7 +2611,7 @@
 !NewLauncher methodsFor:'user actions - tools'!
 
 openTerminal
-    VT100TerminalView open
+    self openApplication:#VT100TerminalView 
 
     "Created: / 27.7.1998 / 12:48:30 / cg"
 !
@@ -2662,5 +2662,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.133 1999-03-16 14:19:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.134 1999-04-13 20:10:36 cg Exp $'
 ! !