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