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:
daco65 2009-01-11 22:43:06 +00:00
parent d6e8c1f5d0
commit ffdfc86633
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
ini.Get("EmuState","Issues",&issues);
if (!issues.empty())
{
item.SetText(issues);
item.SetText(wxString::FromAscii(issues.c_str()));
}
SetItem(item);
}