From a0d10058aa7466d7886ce3cbda7c34a87293f978 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 16 Sep 2012 17:19:03 +0000 Subject: [PATCH] fix a critical bug in the caption of the GB palette config dialog. now, it is perfect. --- BizHawk.MultiClient/GBtools/ColorChooserForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/GBtools/ColorChooserForm.Designer.cs b/BizHawk.MultiClient/GBtools/ColorChooserForm.Designer.cs index 0bdb84d96b..2c6577268b 100644 --- a/BizHawk.MultiClient/GBtools/ColorChooserForm.Designer.cs +++ b/BizHawk.MultiClient/GBtools/ColorChooserForm.Designer.cs @@ -341,7 +341,7 @@ this.Controls.Add(this.panel1); this.Name = "ColorChooserForm"; this.ShowIcon = false; - this.Text = "Gameboy Pallete Config"; + this.Text = "Gameboy Palette Config"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragEnter); this.ResumeLayout(false);