FileSelectionBrowser.st
changeset 3252 b5b2f185aa98
parent 3197 239fe0968d06
child 3490 e3b6106384a8
child 3630 5e718e0a754e
--- a/FileSelectionBrowser.st	Thu Feb 11 14:47:28 2016 +0100
+++ b/FileSelectionBrowser.st	Sat Feb 27 23:17:14 2016 +0100
@@ -215,7 +215,7 @@
 saveImageFileNameFilters
     ^ OrderedCollection 
         withAll: #(
-                    '*.png ; *.gif ; *.bmp ; *.tif ; *.tiff ; *.xpm ; *.xbm'
+                    '*.png ; *.gif ; *.jpg ; *.bmp ; *.tif ; *.tiff ; *.xpm ; *.xbm'
                     '*'
                   )