AbstractLauncherApplication.st
changeset 9665 f98a52e6b1aa
parent 9659 786cda1ad5d3
child 9748 a5701b91134a
--- a/AbstractLauncherApplication.st	Thu Dec 09 10:56:52 2010 +0100
+++ b/AbstractLauncherApplication.st	Tue Dec 14 15:16:36 2010 +0100
@@ -750,11 +750,12 @@
                         "/ ]
                    ].
     fileName notNil ifTrue:[
-        anImage saveOn:fileName
+        anImage saveOn:fileName.
+        ImageEditView lastSaveDirectory:fileName asFilename directory pathName.
     ].
 
     "Created: / 29-01-1998 / 23:20:36 / cg"
-    "Modified: / 08-12-2010 / 09:25:17 / cg"
+    "Modified: / 14-12-2010 / 14:52:43 / cg"
 !
 
 showDocumentation:aRelativeDocFilePath
@@ -6749,9 +6750,9 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.396 2010-12-08 09:36:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.397 2010-12-14 14:16:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.396 2010-12-08 09:36:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.397 2010-12-14 14:16:36 cg Exp $'
 ! !