mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Wiimote: Non-windows compilation fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2209 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -525,7 +525,7 @@ void ConfigDialog::CreateGUIControls()
|
|||||||
|
|
||||||
//Set values
|
//Set values
|
||||||
m_TiltComboInput[i]->SetSelection(g_Config.Trigger.Type);
|
m_TiltComboInput[i]->SetSelection(g_Config.Trigger.Type);
|
||||||
m_TiltComboRange[i]->SetValue(wxString::Format("%i", g_Config.Trigger.Range));
|
m_TiltComboRange[i]->SetValue(wxString::Format(wxT("%i"), g_Config.Trigger.Range));
|
||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
m_TiltComboInput[i]->SetToolTip(wxT("Control tilting by an analog gamepad stick, an analog trigger or the keyboard."));
|
m_TiltComboInput[i]->SetToolTip(wxT("Control tilting by an analog gamepad stick, an analog trigger or the keyboard."));
|
||||||
|
Reference in New Issue
Block a user