From 4ab0642e7807cb3b791fc20c800eb70c8a7fafa7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 29 May 2014 00:08:06 +0000 Subject: [PATCH] Controller Config - rename the Ok button to Save to make it less confusing --- BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs index c738fbee2d..df398291c6 100644 --- a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs @@ -131,7 +131,7 @@ this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 5; - this.buttonOK.Text = "OK"; + this.buttonOK.Text = "&Save"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.ButtonOk_Click); // @@ -143,7 +143,7 @@ this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 6; - this.buttonCancel.Text = "Cancel"; + this.buttonCancel.Text = "&Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); //