mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
wxT is better
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@715 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -143,7 +143,7 @@ void ConfigDialog::CreateGUIControls()
|
|||||||
m_DeviceName[i]->SetSelection(pad[i].XPad);
|
m_DeviceName[i]->SetSelection(pad[i].XPad);
|
||||||
for(int x = 0; x < 5; x++)
|
for(int x = 0; x < 5; x++)
|
||||||
{
|
{
|
||||||
m_DeviceName[i]->Append(wxString::Format(wxString::FromAscii("%i"), x));
|
m_DeviceName[i]->Append(wxString::Format(wxT("%i"), x));
|
||||||
}
|
}
|
||||||
|
|
||||||
sDeviceTop[i]->Add(m_DeviceName[i], 1, wxEXPAND|wxALL, 1);
|
sDeviceTop[i]->Add(m_DeviceName[i], 1, wxEXPAND|wxALL, 1);
|
||||||
|
Reference in New Issue
Block a user