fix title of map properties dialog
This commit is contained in:
2
OpenRA.Editor/PropertiesDialog.Designer.cs
generated
2
OpenRA.Editor/PropertiesDialog.Designer.cs
generated
@@ -160,7 +160,7 @@ namespace OpenRA.Editor
|
|||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||||
this.Name = "PropertiesDialog";
|
this.Name = "PropertiesDialog";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "PropertiesDialog";
|
this.Text = "Map Properties";
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user