From 60a8d89b5639aae568efddbce4201795ff3359a6 Mon Sep 17 00:00:00 2001 From: ayuanx Date: Mon, 28 Dec 2009 04:35:03 +0000 Subject: [PATCH] Oops, quick fix for special key mapping. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4738 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp b/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp index cb09542c44..edb2010726 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp @@ -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("")); DoGetButtons(ClickedButton->GetId()); }