Update the Windows icons. Use the document icon for capture files.

svn path=/trunk/; revision=19784
This commit is contained in:
Gerald Combs 2006-11-03 15:54:12 +00:00
parent 875767f4cf
commit 4fcbf37533
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -2,7 +2,8 @@
#include "win32-file-dlg.rc"
WIRESHARK_ICON ICON "wireshark.ico"
WIRESHARK_ICON1 ICON "wireshark.ico"
WIRESHARK_ICON2 ICON "wiresharkdoc.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_VERSION@,0

BIN
image/wiresharkdoc.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -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