mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
correction: * wildcard is zero or more characters
This commit is contained in:
parent
873e215910
commit
6a0e4dff25
1 changed files with 2 additions and 2 deletions
4
Source/Windows/TextureSetForm.Designer.cs
generated
4
Source/Windows/TextureSetForm.Designer.cs
generated
|
@ -118,9 +118,9 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(28, 83);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(181, 14);
|
||||
this.label4.Size = new System.Drawing.Size(185, 14);
|
||||
this.label4.TabIndex = 5;
|
||||
this.label4.Text = "* = matches one or more characters";
|
||||
this.label4.Text = "* = matches zero or more characters";
|
||||
//
|
||||
// apply
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue