mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Allow angle/flags/parameter descriptions to be changed per Thing type
This commit is contained in:
parent
a03d5c5291
commit
ee3f77865f
1 changed files with 1 additions and 1 deletions
2
Source/Core/Windows/ThingEditForm.Designer.cs
generated
2
Source/Core/Windows/ThingEditForm.Designer.cs
generated
|
@ -333,7 +333,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.cbRandomAngle.Name = "cbRandomAngle";
|
||||
this.cbRandomAngle.Size = new System.Drawing.Size(95, 17);
|
||||
this.cbRandomAngle.TabIndex = 17;
|
||||
this.cbRandomAngle.Text = "Random angle";
|
||||
this.cbRandomAngle.Text = "Random value";
|
||||
this.cbRandomAngle.UseVisualStyleBackColor = true;
|
||||
this.cbRandomAngle.CheckedChanged += new System.EventHandler(this.cbRandomAngle_CheckedChanged);
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue