Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the new Dolphin icon
  • Loading branch information
delroth committed Sep 22, 2013
1 parent eb2e3cf commit 196953c
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 334 deletions.
Binary file modified Installer/Dolphin.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/Frame.cpp
Expand Up @@ -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);
}

Expand Down
307 changes: 102 additions & 205 deletions Source/Core/DolphinWX/resources/Dolphin.c

Large diffs are not rendered by default.

Binary file modified Source/Core/DolphinWX/resources/Dolphin.icns
Binary file not shown.
Binary file modified Source/Core/DolphinWX/resources/Dolphin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
341 changes: 213 additions & 128 deletions Source/Core/DolphinWX/resources/Dolphin.xpm

Large diffs are not rendered by default.

0 comments on commit 196953c

Please sign in to comment.