From 11535284b8b92daca6220a09bc6eec0b280d2450 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 27 Dec 2002 15:20:48 +0000 Subject: [PATCH] nsh now has its own name git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2006 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 67988623..e741b101 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -115,12 +115,12 @@ Section "NSI Development Shell Extensions" SecExtention WriteRegStr HKCR ".nsi" "backup_val" $1 Label1: WriteRegStr HKCR ".nsh" "" "NSHFile" - WriteRegStr HKCR "NSHFile" "" "NSI Script File" + WriteRegStr HKCR "NSHFile" "" "NSIS Header File" WriteRegStr HKCR "NSHFile\shell" "" "open" WriteRegStr HKCR "NSHFile\DefaultIcon" "" $INSTDIR\makensisw.exe,1 WriteRegStr HKCR "NSHFile\shell\open\command" "" 'notepad.exe "%1"' WriteRegStr HKCR ".nsi" "" "NSISFile" - WriteRegStr HKCR "NSISFile" "" "NSI Script File" + WriteRegStr HKCR "NSISFile" "" "NSIS Script File" WriteRegStr HKCR "NSISFile\shell" "" "open" WriteRegStr HKCR "NSISFile\DefaultIcon" "" $INSTDIR\makensisw.exe,1 WriteRegStr HKCR "NSISFile\shell\open\command" "" 'notepad.exe "%1"'