mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Linux build fix.. I think..
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2355 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -318,7 +318,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||
if (!issues.empty())
|
||||
{
|
||||
issues = "Problems: " + issues;
|
||||
item.SetText(_(issues.c_str() ) );
|
||||
item.SetText(wxString::FromAscii(issues.c_str()));
|
||||
}
|
||||
else
|
||||
item.SetText(_("Problems: Other"));
|
||||
|
Reference in New Issue
Block a user