Skip to content

Commit

Permalink
Misprint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRukhlin committed Jun 19, 2017
1 parent 9a62da8 commit 13584d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private File createRegeditFile(final String launcher) throws IOException {
writer.println("Windows Registry Editor Version 5.00"); //$NON-NLS-1$
writer.println(MessageFormat.format("[-HKEY_CURRENT_USER\\{0}]", PROTOCOL_HANDLER_REGISTRY_PARENT)); //$NON-NLS-1$
writer.println(MessageFormat.format("[HKEY_CURRENT_USER\\{0}]", PROTOCOL_HANDLER_REGISTRY_PARENT)); //$NON-NLS-1$
writer.print("\"URL Protocol\"=\"\""); //$NON-NLS-1$
writer.println("\"URL Protocol\"=\"\""); //$NON-NLS-1$
writer.println(MessageFormat.format("[HKEY_CURRENT_USER\\{0}]", PROTOCOL_HANDLER_REGISTRY_KEY)); //$NON-NLS-1$
writer.print("@=hex(2):"); //$NON-NLS-1$
writeHexValue(writer, PROTOCOL_HANDLER_REG_VALUE);
Expand Down

0 comments on commit 13584d9

Please sign in to comment.