oops, didn't mean to check this in

This commit is contained in:
adelikat 2015-05-18 00:38:27 +00:00
parent 6ab8be0a1d
commit 549e9650ae
1 changed files with 3 additions and 3 deletions
BizHawk.Client.EmuHawk/tools/VirtualPads

View File

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