mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fixed Issue 1339
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4747 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -119,7 +119,7 @@ CConfigMain::CConfigMain(wxWindow* parent, wxWindowID id, const wxString& title,
|
|||||||
// Update selected ISO paths
|
// Update selected ISO paths
|
||||||
for(u32 i = 0; i < SConfig::GetInstance().m_ISOFolder.size(); i++)
|
for(u32 i = 0; i < SConfig::GetInstance().m_ISOFolder.size(); i++)
|
||||||
{
|
{
|
||||||
ISOPaths->Append(wxString::FromAscii(SConfig::GetInstance().m_ISOFolder[i].c_str()));
|
ISOPaths->Append(wxString(SConfig::GetInstance().m_ISOFolder[i].c_str(), *wxConvCurrent));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user