mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Show .srb files directly in the IWAD file dialog
This commit is contained in:
parent
a3f2f131a1
commit
b22a22317f
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// wadfiledialog
|
||||
//
|
||||
this.wadfiledialog.Filter = "Doom WAD Files (*.wad)|*.wad|SRB2 IWAD (*.srb)|*.srb";
|
||||
this.wadfiledialog.Filter = "WAD Files (*.wad;*.srb)|*.wad;*srb";
|
||||
this.wadfiledialog.Title = "Browse WAD File";
|
||||
//
|
||||
// dirdialog
|
||||
|
|
Loading…
Reference in a new issue