summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2012-12-17 08:33:42 -0600
committerGlenn Rice <glennricster@gmail.com>2012-12-17 08:33:42 -0600
commitf1cc5c2ff9f41582bfa7c2cbab4ee0167cdb6451 (patch)
tree0fe374e98f48d14e7a9406dcd7ba2049d178bc3f /Source/Core
parent0a918782cfd430620776cb8f84699147b617a1d3 (diff)
Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/DolphinWX.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/DolphinWX.rc b/Source/Core/DolphinWX/DolphinWX.rc
index 6a992a7e74..550e08c35a 100644
--- a/Source/Core/DolphinWX/DolphinWX.rc
+++ b/Source/Core/DolphinWX/DolphinWX.rc
@@ -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>