From 3d402ee40e7de8378e120b188eaf7f0aab74aec9 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 12 Nov 2016 11:11:38 -0600 Subject: [PATCH] Change "Gameboy" to "Game Boy" on a few config dialogs and also change their default location to CenterParent, #411 --- .../config/GB/CGBColorChooserForm.Designer.cs | 3 ++- BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.Designer.cs | 2 +- BizHawk.Client.EmuHawk/config/GB/GBPrefs.Designer.cs | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.Designer.cs b/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.Designer.cs index 4b6c79ec30..1d2c22a164 100644 --- a/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/GB/CGBColorChooserForm.Designer.cs @@ -185,7 +185,8 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CGBColorChooserForm"; - this.Text = "Gameboy Color Palette Config"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Game Boy Color Palette Config"; this.Load += new System.EventHandler(this.CGBColorChooserForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); diff --git a/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.Designer.cs b/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.Designer.cs index e433a538b7..9d943255ff 100644 --- a/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/GB/ColorChooserForm.Designer.cs @@ -319,7 +319,7 @@ this.MinimumSize = new System.Drawing.Size(310, 264); this.Name = "ColorChooserForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Gameboy Palette Config"; + this.Text = "Game Boy Palette Config"; this.Load += new System.EventHandler(this.ColorChooserForm_Load); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragEnter); diff --git a/BizHawk.Client.EmuHawk/config/GB/GBPrefs.Designer.cs b/BizHawk.Client.EmuHawk/config/GB/GBPrefs.Designer.cs index cda76c2494..cf41d1789c 100644 --- a/BizHawk.Client.EmuHawk/config/GB/GBPrefs.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/GB/GBPrefs.Designer.cs @@ -79,7 +79,8 @@ this.Controls.Add(this.gbPrefControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GBPrefs"; - this.Text = "Gameboy Settings"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Game Boy Settings"; this.ResumeLayout(false); }