Windows: the installer did not set an icon for NZB files (association).

This commit is contained in:
ShyPike committed 2012-06-16 10:45:04 +02:00
1 parent e16cc49a17
commit f28bc4dd9c
1 file changed
+1 -1
+1 -1
View File
@@ -349,7 +349,7 @@ Section $(MsgIcon) desktop
SectionEnd ; end of desktop icon section
Section /o $(MsgAssoc) assoc
${registerExtension} "$INSTDIR\nzb.ico" "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
${registerExtension} "$INSTDIR\icons\nzb.ico" "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
;${registerExtension} "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
SectionEnd ; end of file association section