From e5eb8918d4f8491fa7f96c2060e4c60014f50fbe Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Fri, 22 Nov 2013 09:52:20 +0000 Subject: [PATCH] winport: - fixed the icon for file association. --- desmume/src/windows/pathsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/pathsettings.cpp b/desmume/src/windows/pathsettings.cpp index 3e81ae224..81d667e08 100644 --- a/desmume/src/windows/pathsettings.cpp +++ b/desmume/src/windows/pathsettings.cpp @@ -44,7 +44,7 @@ void DoAssociations() string classes = "Software\\Classes"; string defaultIcon = "DefaultIcon"; string openVerb = "shell\\open\\command"; - string iconIndex = ", 96"; + string iconIndex = ", 0"; string argument = " \"%1\""; HKEY user = NULL;