fix title of map properties dialog

This commit is contained in:
Chris Forbes
2011-10-19 10:13:46 +13:00
parent a5547eac97
commit 511c956117

View File

@@ -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;
}
}
}