chiark / gitweb /
Fix...
authordaid <daid303@gmail.com>
Wed, 1 Aug 2012 09:12:29 +0000 (11:12 +0200)
committerdaid <daid303@gmail.com>
Wed, 1 Aug 2012 09:12:29 +0000 (11:12 +0200)
scripts/win32/installer.nsi

index 45a732c8c07078cb32b1d0cfcd340bf4a22ab710..7a41ac74b822c6f3166abca82dacce77c53fca76 100644 (file)
@@ -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