From ffdfc8663342d36d377c00d3cdf0bc0f8ad1cf5c Mon Sep 17 00:00:00 2001 From: daco65 Date: Sun, 11 Jan 2009 22:43:06 +0000 Subject: [PATCH] i euh...made another mistake :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1854 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/GameListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index 8a3cb92272..d0130618e1 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -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); }