From 511c956117fee5e65eb95b6908629c5af41db3c3 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 19 Oct 2011 10:13:46 +1300 Subject: [PATCH] fix title of map properties dialog --- OpenRA.Editor/PropertiesDialog.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Editor/PropertiesDialog.Designer.cs b/OpenRA.Editor/PropertiesDialog.Designer.cs index a1bbe31d03..94d15a3730 100644 --- a/OpenRA.Editor/PropertiesDialog.Designer.cs +++ b/OpenRA.Editor/PropertiesDialog.Designer.cs @@ -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; } -} \ No newline at end of file +}