diff --git a/OpenRA.Editor/ErrorListDialog.Designer.cs b/OpenRA.Editor/ErrorListDialog.Designer.cs index 5b9c5c297c..5f88bb1241 100644 --- a/OpenRA.Editor/ErrorListDialog.Designer.cs +++ b/OpenRA.Editor/ErrorListDialog.Designer.cs @@ -75,6 +75,7 @@ this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "ErrorListDialog"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Map Import Errors"; this.ResumeLayout(false); diff --git a/OpenRA.Editor/ErrorListDialog.resx b/OpenRA.Editor/ErrorListDialog.resx new file mode 100644 index 0000000000..ff31a6db56 --- /dev/null +++ b/OpenRA.Editor/ErrorListDialog.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file