Fixed supported image formats to choose from in Grid Setup file browser dialog

This commit is contained in:
codeimp 2009-02-11 11:52:41 +00:00
parent 936c355b65
commit 66ef82efb9

View file

@ -300,7 +300,7 @@ namespace CodeImp.DoomBuilder.Windows
//
// browsefile
//
this.browsefile.Filter = "All supported images|*.bmp;*.jpg;*.png|All Files|*.*";
this.browsefile.Filter = "All supported images|*.bmp;*.gif;*.png|All Files|*.*";
this.browsefile.RestoreDirectory = true;
this.browsefile.Title = "Select Background Image File";
//