aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-11-03 15:54:12 +0000
committerGerald Combs <gerald@wireshark.org>2006-11-03 15:54:12 +0000
commit4fcbf375335fb86ad228ca2f03ab564686628d35 (patch)
tree3364d4e8e78187adb0ec8a5c454216722c59af83 /packaging
parent875767f4cf1e3120ba59b4b44e40e2bcbbd3cce8 (diff)
Update the Windows icons. Use the document icon for capture files.
svn path=/trunk/; revision=19784
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 84ecb23c97..588bb51897 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -534,7 +534,7 @@ ReadINIStr $0 "$PLUGINSDIR\AdditionalTasksPage.ini" "Field 6" "State"
StrCmp $0 "0" SecRequired_skip_FileExtensions
WriteRegStr HKCR ${WIRESHARK_ASSOC} "" "Wireshark file"
WriteRegStr HKCR "${WIRESHARK_ASSOC}\Shell\open\command" "" '"$INSTDIR\wireshark.exe" "%1"'
-WriteRegStr HKCR "${WIRESHARK_ASSOC}\DefaultIcon" "" '"$INSTDIR\wireshark.exe",0'
+WriteRegStr HKCR "${WIRESHARK_ASSOC}\DefaultIcon" "" '"$INSTDIR\wireshark.exe",1'
push $R0
StrCpy $R0 ".5vw"
Call Associate