From f1cc5c2ff9f41582bfa7c2cbab4ee0167cdb6451 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Mon, 17 Dec 2012 08:33:42 -0600 Subject: [PATCH] Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. --- Source/Core/DolphinWX/DolphinWX.rc | 1 + 1 file changed, 1 insertion(+) 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