compile
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2643 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
33fd57ed99
commit
d83dd8a4ae
|
@ -147,7 +147,7 @@ CISOProperties::CISOProperties(const std::string fileName, wxWindow* parent, wxW
|
||||||
for (u32 i = 0; i < WiiDisc.size(); i++)
|
for (u32 i = 0; i < WiiDisc.size(); i++)
|
||||||
{
|
{
|
||||||
fileIter beginning = WiiDisc.at(i).Files.begin(), end = WiiDisc.at(i).Files.end(), pos = WiiDisc.at(i).Files.begin();
|
fileIter beginning = WiiDisc.at(i).Files.begin(), end = WiiDisc.at(i).Files.end(), pos = WiiDisc.at(i).Files.begin();
|
||||||
wxTreeItemId PartitionRoot = m_Treectrl->AppendItem(RootId, wxString::Format("Partition %i", i), -1, -1, 0);
|
wxTreeItemId PartitionRoot = m_Treectrl->AppendItem(RootId, wxString::Format(wxT("Partition %i"), i), -1, -1, 0);
|
||||||
CreateDirectoryTree(PartitionRoot, beginning, end, pos, (char *)"/");
|
CreateDirectoryTree(PartitionRoot, beginning, end, pos, (char *)"/");
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
m_Treectrl->Expand(PartitionRoot);
|
m_Treectrl->Expand(PartitionRoot);
|
||||||
|
|
Loading…
Reference in New Issue