removed wtl from padsimple

changed color for compressed images

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@643 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-09-23 18:25:15 +00:00
commit d8f8167613
4 changed files with 32 additions and 26 deletions

View file

@ -247,6 +247,8 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
item.SetId(ItemIndex);
item.SetColumn(COLUMN_SIZE);
item.SetText(NiceSizeFormat(rISOFile.GetFileSize()));
if (rISOFile.IsCompressed())
item.SetTextColour(wxColour(0xFF0000));
SetItem(item);
}