diff options
| author | ayuanx <ayuanx@gmail.com> | 2009-12-10 10:57:39 +0000 |
|---|---|---|
| committer | ayuanx <ayuanx@gmail.com> | 2009-12-10 10:57:39 +0000 |
| commit | f572fcdf6d2d2227cb6ebc6a45f9f95bbfb577db (patch) | |
| tree | ed9e1d4f3c4a2acce66a137f03e60c62220a20da /Source | |
| parent | cf55a09e08b0fd26dc1e382e8a95d9bca12703ff (diff) | |
I just figure out that this ToolTip is the root cause of random crash when you click the Close Button.
I can explain the scenario how to produce it if you have doubts.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4671 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote/Src/ConfigBasicDlg.cpp | 1 | ||||
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_Wiimote/Src/ConfigBasicDlg.cpp b/Source/Plugins/Plugin_Wiimote/Src/ConfigBasicDlg.cpp index ef2eaa5388..fa5aaef8de 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/ConfigBasicDlg.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/ConfigBasicDlg.cpp @@ -276,7 +276,6 @@ void WiimoteBasicConfigDialog::CreateGUIControls() m_Recording = new wxButton(this, ID_BUTTONRECORDING, wxT("Recording")); m_Apply = new wxButton(this, ID_APPLY, wxT("Apply")); m_Close = new wxButton(this, ID_CLOSE, wxT("Close")); - m_Close->SetToolTip(wxT("Apply and Close")); wxBoxSizer* sButtons = new wxBoxSizer(wxHORIZONTAL); sButtons->Add(m_ButtonMapping, 0, (wxALL), 0); diff --git a/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp b/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp index 5a70ff4f01..061347745b 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/ConfigPadDlg.cpp @@ -892,7 +892,6 @@ void WiimotePadConfigDialog::CreatePadGUIControls() m_Apply = new wxButton(this, ID_APPLY, wxT("Apply")); m_Close = new wxButton(this, ID_CLOSE, wxT("Close")); - m_Close->SetToolTip(wxT("Apply and Close")); wxBoxSizer* sButtons = new wxBoxSizer(wxHORIZONTAL); sButtons->AddStretchSpacer(); |
