Show .srb files directly in the IWAD file dialog

This commit is contained in:
MascaraSnake 2016-01-05 11:03:57 +01:00
parent a3f2f131a1
commit b22a22317f

View file

@ -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