Fixed field caption for floor glow color.

This commit is contained in:
ZZYZX 2017-03-09 01:32:20 +02:00
parent 957314a9ac
commit 509fb55e62
3 changed files with 6 additions and 6 deletions

View file

@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.2936")]
[assembly: AssemblyVersion("2.3.0.2937")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: AssemblyHash("d8701b7")]
[assembly: AssemblyHash("957314a")]

View file

@ -832,7 +832,7 @@
//
this.floorglowcolor.DefaultValue = 0;
this.floorglowcolor.Field = "floorglowcolor";
this.floorglowcolor.Label = "Glow:";
this.floorglowcolor.Label = "Glow color:";
this.floorglowcolor.Location = new System.Drawing.Point(28, 19);
this.floorglowcolor.Name = "floorglowcolor";
this.floorglowcolor.Size = new System.Drawing.Size(210, 29);
@ -1214,7 +1214,7 @@
//
// floorAngleControl
//
this.floorAngleControl.Angle = -1530;
this.floorAngleControl.Angle = -1620;
this.floorAngleControl.AngleOffset = 90;
this.floorAngleControl.DoomAngleClamping = false;
this.floorAngleControl.Location = new System.Drawing.Point(6, 156);
@ -1511,7 +1511,7 @@
//
// ceilAngleControl
//
this.ceilAngleControl.Angle = -1530;
this.ceilAngleControl.Angle = -1620;
this.ceilAngleControl.AngleOffset = 90;
this.ceilAngleControl.DoomAngleClamping = false;
this.ceilAngleControl.Location = new System.Drawing.Point(6, 156);

View file

@ -29,5 +29,5 @@ using System.Resources;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.2936")]
[assembly: AssemblyVersion("2.3.0.2937")]
[assembly: NeutralResourcesLanguageAttribute("en")]