AbstractLauncherApplication.st
changeset 9658 c1eb68ba27eb
parent 9609 f1401442b66b
child 9659 786cda1ad5d3
--- a/AbstractLauncherApplication.st	Fri Dec 03 09:45:43 2010 +0100
+++ b/AbstractLauncherApplication.st	Wed Dec 08 09:38:15 2010 +0100
@@ -718,7 +718,7 @@
                     default:(defaultName , '.tiff')
                     ok:(resources string:'Save')
                     abort:(resources string:'Cancel')
-                    pattern:'*.tiff'
+                    pattern:'*.png;*.tiff;*.bmp'
                     fromDirectory:nil
                     forSave:true
                     whenBoxCreatedEvaluate:[:box |
@@ -754,7 +754,7 @@
     ].
 
     "Created: / 29-01-1998 / 23:20:36 / cg"
-    "Modified: / 27-10-2010 / 11:22:12 / cg"
+    "Modified: / 08-12-2010 / 09:25:17 / cg"
 !
 
 showDocumentation:aRelativeDocFilePath
@@ -6749,9 +6749,9 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.394 2010-10-27 09:41:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.395 2010-12-08 08:38:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.394 2010-10-27 09:41:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.395 2010-12-08 08:38:15 cg Exp $'
 ! !