fix a critical bug in the caption of the GB palette config dialog. now, it is perfect.

This commit is contained in:
zeromus 2012-09-16 17:19:03 +00:00
parent 8cbc3ee2af
commit a0d10058aa
1 changed files with 1 additions and 1 deletions

View File

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