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:
John Peterson 2009-02-10 18:36:37 +00:00
parent 5be14f1b72
commit 88d41e3ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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."));