From 6a0e4dff25273dfea38ddf59600fa6cef2fa3a13 Mon Sep 17 00:00:00 2001 From: codeimp Date: Wed, 1 Oct 2008 21:04:29 +0000 Subject: [PATCH] correction: * wildcard is zero or more characters --- Source/Windows/TextureSetForm.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Windows/TextureSetForm.Designer.cs b/Source/Windows/TextureSetForm.Designer.cs index 3f66b98d..2d64c21e 100644 --- a/Source/Windows/TextureSetForm.Designer.cs +++ b/Source/Windows/TextureSetForm.Designer.cs @@ -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 //