NewLauncher.st
changeset 2096 2111773968a1
parent 2068 2eea9103d515
child 2112 68e5920dc07a
--- 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 $'
 ! !