parent
5f44858edd
commit
e5eb8918d4
|
@ -44,7 +44,7 @@ void DoAssociations()
|
||||||
string classes = "Software\\Classes";
|
string classes = "Software\\Classes";
|
||||||
string defaultIcon = "DefaultIcon";
|
string defaultIcon = "DefaultIcon";
|
||||||
string openVerb = "shell\\open\\command";
|
string openVerb = "shell\\open\\command";
|
||||||
string iconIndex = ", 96";
|
string iconIndex = ", 0";
|
||||||
string argument = " \"%1\"";
|
string argument = " \"%1\"";
|
||||||
|
|
||||||
HKEY user = NULL;
|
HKEY user = NULL;
|
||||||
|
|
Loading…
Reference in New Issue