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
|
@ -2,6 +2,7 @@
|
||||||
//
|
//
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
IDI_ICON1 ICON "..\\..\\..\\Installer\\Dolphin.ico"
|
IDI_ICON1 ICON "..\\..\\..\\Installer\\Dolphin.ico"
|
||||||
|
"dolphin" ICON "..\\..\\..\\Installer\\Dolphin.ico"
|
||||||
#define wxUSE_NO_MANIFEST 1
|
#define wxUSE_NO_MANIFEST 1
|
||||||
#include <wx/msw/wx.rc>
|
#include <wx/msw/wx.rc>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue