From: daid Date: Wed, 1 Aug 2012 09:12:29 +0000 (+0200) Subject: Fix... X-Git-Tag: 12.08~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f377c210df7adbaacee1aceabb49818e255a56aa;p=cura.git Fix... --- diff --git a/scripts/win32/installer.nsi b/scripts/win32/installer.nsi index 45a732c8..7a41ac74 100644 --- a/scripts/win32/installer.nsi +++ b/scripts/win32/installer.nsi @@ -108,7 +108,7 @@ SectionEnd Section "Open STL files with Cura" WriteRegStr HKCR .stl "" "Cura STL model file" - WriteRegStr HKCR "STL file\DefaultIcon" "" "$INSTDIR\stl.ico,0" + WriteRegStr HKCR "Cura STL model file\DefaultIcon" "" "$INSTDIR\stl.ico,0" WriteRegStr HKCR "Cura STL model file\shell" "" "open" WriteRegStr HKCR "Cura STL model file\shell\open\command" "" '"$INSTDIR\python\python.exe" "$INSTDIR\Cura\cura.py" "%1"' SectionEnd