From 549e9650ae497c315ba9bd3c287c71f6dcc1ceaf Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 18 May 2015 00:38:27 +0000 Subject: [PATCH] oops, didn't mean to check this in --- BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs index a8a4fbc91d..a6b1ca534e 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualpadsTool.cs @@ -145,9 +145,9 @@ namespace BizHawk.Client.EmuHawk } if (!searchset.Contains(button.Name)) { - //MessageBox.Show(this, - // string.Format("Schema warning: Schema entry '{0}':'{1}' will not correspond to any control in definition '{2}'", schema.DisplayName, button.Name, def.Name), - // "Dev Warning"); + MessageBox.Show(this, + string.Format("Schema warning: Schema entry '{0}':'{1}' will not correspond to any control in definition '{2}'", schema.DisplayName, button.Name, def.Name), + "Dev Warning"); } } }