mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not.
This commit is contained in:
parent
0a918782cf
commit
f1cc5c2ff9
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
//
|
||||
#include "resource.h"
|
||||
IDI_ICON1 ICON "..\\..\\..\\Installer\\Dolphin.ico"
|
||||
"dolphin" ICON "..\\..\\..\\Installer\\Dolphin.ico"
|
||||
#define wxUSE_NO_MANIFEST 1
|
||||
#include <wx/msw/wx.rc>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue