map renamed to icon

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@443 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-09-05 12:16:01 +00:00
parent 6edc234303
commit dc28cbec1c
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ void CMemcardManager::ReloadMemcard(const char *fileName, int card)
}
}
wxBitmap map = wxBitmapFromMemoryRGBA((u8*)pxdata,96,32);
images[i*2+1] = list->Add(map);
wxBitmap icon = wxBitmapFromMemoryRGBA((u8*)pxdata,96,32);
images[i*2+1] = list->Add(icon);
}
}