Allow angle/flags/parameter descriptions to be changed per Thing type

This commit is contained in:
MascaraSnake 2016-01-15 20:00:32 +01:00
parent a03d5c5291
commit ee3f77865f

View file

@ -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);
//