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:
Glenn Rice 2012-12-17 08:33:42 -06:00
parent 0a918782cf
commit f1cc5c2ff9
1 changed files with 1 additions and 0 deletions

View File

@ -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>