mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 06:51:09 +00:00
3D Floor Mode: fixed typo in the 3D floor editing window
This commit is contained in:
parent
eec2c40dcc
commit
f91bf312fb
2 changed files with 1 additions and 4 deletions
|
@ -180,7 +180,7 @@
|
|||
this.uncheckAllButton.Name = "uncheckAllButton";
|
||||
this.uncheckAllButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.uncheckAllButton.TabIndex = 8;
|
||||
this.uncheckAllButton.Text = "Unheck all";
|
||||
this.uncheckAllButton.Text = "Uncheck all";
|
||||
this.uncheckAllButton.UseVisualStyleBackColor = true;
|
||||
this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
|
||||
//
|
||||
|
|
|
@ -120,7 +120,4 @@
|
|||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
Loading…
Reference in a new issue