From c307bb427f2a04f2159c633e913abdf95bc347b2 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 31 May 2017 10:29:56 -0500 Subject: [PATCH] oops --- BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs | 8 ++++---- BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs index 68afb5996f..0abf182a6b 100644 --- a/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs @@ -131,7 +131,7 @@ this.OK.TabIndex = 0; this.OK.Text = "&OK"; this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); + this.OK.Click += new System.EventHandler(this.Ok_Click); // // Cancel // @@ -814,7 +814,7 @@ this.btnResetCompression.TabIndex = 23; this.toolTip1.SetToolTip(this.btnResetCompression, "Reset to default"); this.btnResetCompression.UseVisualStyleBackColor = true; - this.btnResetCompression.Click += new System.EventHandler(this.btnResetCompression_Click); + this.btnResetCompression.Click += new System.EventHandler(this.BtnResetCompression_Click); // // trackBarCompression // @@ -826,7 +826,7 @@ this.trackBarCompression.TabIndex = 20; this.toolTip1.SetToolTip(this.trackBarCompression, "0 = None; 9 = Maximum"); this.trackBarCompression.Value = 1; - this.trackBarCompression.ValueChanged += new System.EventHandler(this.trackBarCompression_ValueChanged); + this.trackBarCompression.ValueChanged += new System.EventHandler(this.TrackBarCompression_ValueChanged); // // nudCompression // @@ -844,7 +844,7 @@ 0, 0, 0}); - this.nudCompression.ValueChanged += new System.EventHandler(this.nudCompression_ValueChanged); + this.nudCompression.ValueChanged += new System.EventHandler(this.NudCompression_ValueChanged); // // groupBox7 // diff --git a/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs index 0fca0ca910..29732a87ea 100644 --- a/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs @@ -81,7 +81,7 @@ this.OK.TabIndex = 0; this.OK.Text = "&OK"; this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); + this.OK.Click += new System.EventHandler(this.Ok_Click); // // cbEnableNormal // @@ -143,7 +143,7 @@ this.tbRWFF.Size = new System.Drawing.Size(42, 164); this.tbRWFF.TabIndex = 13; this.tbRWFF.TickFrequency = 10; - this.tbRWFF.Scroll += new System.EventHandler(this.tbRWFF_Scroll); + this.tbRWFF.Scroll += new System.EventHandler(this.TbRwff_Scroll); // // label2 // @@ -175,7 +175,7 @@ this.tbNormal.Size = new System.Drawing.Size(42, 164); this.tbNormal.TabIndex = 0; this.tbNormal.TickFrequency = 10; - this.tbNormal.Scroll += new System.EventHandler(this.trackBar1_Scroll); + this.tbNormal.Scroll += new System.EventHandler(this.TrackBar1_Scroll); // // nudNormal //