mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-11 22:57:59 +00:00
Allow .srb as an IWAD file type
This commit is contained in:
parent
2df14e7fb9
commit
4cf012d92c
1 changed files with 378 additions and 377 deletions
|
@ -99,6 +99,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.tabs.Controls.Add(this.directorytab);
|
||||
this.tabs.Controls.Add(this.pk3filetab);
|
||||
this.tabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabs.ItemSize = new System.Drawing.Size(110, 19);
|
||||
this.tabs.Location = new System.Drawing.Point(9, 11);
|
||||
this.tabs.Name = "tabs";
|
||||
this.tabs.Padding = new System.Drawing.Point(16, 3);
|
||||
|
@ -302,7 +303,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// wadfiledialog
|
||||
//
|
||||
this.wadfiledialog.Filter = "Doom WAD Files (*.wad)|*.wad";
|
||||
this.wadfiledialog.Filter = "Doom WAD Files (*.wad)|*.wad|SRB2 IWAD (*.srb)|*.srb";
|
||||
this.wadfiledialog.Title = "Browse WAD File";
|
||||
//
|
||||
// dirdialog
|
||||
|
|
Loading…
Reference in a new issue