From ae0c221b3439db9de54c7ed5d286e4ebe3a1d8f0 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Thu, 25 Sep 2014 14:03:09 +0100 Subject: [PATCH] Changes to point and click in Windows --- nsis/lilypond-prepost.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsis/lilypond-prepost.nsh b/nsis/lilypond-prepost.nsh index 4de1b5cf4..6c9e82309 100644 --- a/nsis/lilypond-prepost.nsh +++ b/nsis/lilypond-prepost.nsh @@ -80,7 +80,7 @@ Function registry_lilypond ReadRegStr $R0 HKCR "textedit\shell\open\command" "" ;;StrCmp $R0 "" 0 exit WriteRegStr HKCR "textedit\shell" "" "open" - WriteRegExpandStr HKCR "textedit\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -e main -s "$INSTDIR\usr\bin\lilypond-invoke-editor.scm" "%1"' + WriteRegExpandStr HKCR "textedit\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -s "$INSTDIR\usr\bin\lilypond-invoke-editor" "%1"' ;;exit: FunctionEnd @@ -140,7 +140,7 @@ scm_done: ReadRegStr $R0 HKCR "GUILE\shell\open\command" "" ;;StrCmp $R0 "" 0 exit WriteRegStr HKCR "GUILE\shell" "" "open" - WriteRegExpandStr HKCR "GUILE\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -e main -s "%1"' + WriteRegExpandStr HKCR "GUILE\shell\open\command" "" '"$INSTDIR\usr\bin\guile.exe" -s "%1"' exit: FunctionEnd