OldLauncher.st
changeset 77 bfb07ce94a87
parent 75 f6310cbc93b6
child 82 9cc8883d0191
--- a/OldLauncher.st	Mon Mar 06 20:33:32 1995 +0100
+++ b/OldLauncher.st	Mon Mar 06 22:25:58 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.22 1995-03-06 19:31:44 claus Exp $
+$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.23 1995-03-06 21:25:48 claus Exp $
 '!
 
 !Launcher class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.22 1995-03-06 19:31:44 claus Exp $
+$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.23 1995-03-06 21:25:48 claus Exp $
 "
 !
 
@@ -586,7 +586,7 @@
 
     |fileName|
 
-    fileName := DialogView
+    fileName := Dialog
 		    requestFileName:'save image in:'
 		    default:''
 		    ok:'save'