From 4b8cb22abad541c7e1532ad388fa51b3bf7476c4 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 29 Aug 2020 10:10:15 -0500 Subject: [PATCH] savestate history settings dialog - designer auto-gen --- .../tools/TAStudio/GreenzoneSettings.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs index b13ad98b2c..5cda8768ff 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs @@ -80,7 +80,7 @@ this.SettingsPropertyGrid.TabIndex = 5; this.SettingsPropertyGrid.ToolbarVisible = false; // - // DefaultGreenzoneSettings + // GreenzoneSettings // this.AcceptButton = this.OkBtn; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -91,7 +91,7 @@ this.Controls.Add(this.DefaultsButton); this.Controls.Add(this.OkBtn); this.Controls.Add(this.CancelBtn); - this.Name = "DefaultGreenzoneSettings"; + this.Name = "GreenzoneSettings"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Default Savestate History Settings"; this.ResumeLayout(false);