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:
parent
5be14f1b72
commit
88d41e3ff4
|
@ -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."));
|
||||||
|
|
Loading…
Reference in New Issue