mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
Fixed supported image formats to choose from in Grid Setup file browser dialog
This commit is contained in:
parent
936c355b65
commit
66ef82efb9
1 changed files with 1 additions and 1 deletions
2
Source/Windows/GridSetupForm.Designer.cs
generated
2
Source/Windows/GridSetupForm.Designer.cs
generated
|
@ -300,7 +300,7 @@ namespace CodeImp.DoomBuilder.Windows
|
||||||
//
|
//
|
||||||
// browsefile
|
// 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.RestoreDirectory = true;
|
||||||
this.browsefile.Title = "Select Background Image File";
|
this.browsefile.Title = "Select Background Image File";
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue