Oops, quick fix for special key mapping.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4738 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx 2009-12-28 04:35:03 +00:00
parent dfc24337b5
commit 60a8d89b56
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void WiimotePadConfigDialog::OnButtonClick(wxCommandEvent& event)
ClickedButton = (wxButton *)event.GetEventObject();
// Save old label so we can revert back
OldLabel = ClickedButton->GetLabel();
//ClickedButton->SetWindowStyle(wxWANTS_CHARS);
ClickedButton->SetWindowStyle(wxWANTS_CHARS);
ClickedButton->SetLabel(wxT("<Press Key>"));
DoGetButtons(ClickedButton->GetId());
}