Use the new Dolphin icon

This commit is contained in:
Pierre Bourdon
2013-09-14 20:48:23 +02:00
parent eb2e3cff7e
commit 196953c50a
6 changed files with 316 additions and 334 deletions

View File

@ -106,7 +106,7 @@ CRenderFrame::CRenderFrame(wxFrame* parent, wxWindowID id, const wxString& title
{
// Give it an icon
wxIcon IconTemp;
IconTemp.CopyFromBitmap(wxGetBitmapFromMemory(dolphin_ico32x32));
IconTemp.CopyFromBitmap(wxGetBitmapFromMemory(Dolphin_png));
SetIcon(IconTemp);
}