mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
i euh...made another mistake :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1854 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d6e8c1f5d0
commit
ffdfc86633
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||||
ini.Get("EmuState","Issues",&issues);
|
ini.Get("EmuState","Issues",&issues);
|
||||||
if (!issues.empty())
|
if (!issues.empty())
|
||||||
{
|
{
|
||||||
item.SetText(issues);
|
item.SetText(wxString::FromAscii(issues.c_str()));
|
||||||
}
|
}
|
||||||
SetItem(item);
|
SetItem(item);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue