- fixed the icon for file association.
This commit is contained in:
mtabachenko 2013-11-22 09:52:20 +00:00
parent 5f44858edd
commit e5eb8918d4
1 changed files with 1 additions and 1 deletions

View File

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