mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Use the new Dolphin icon
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user