From 8825aaf338256890e29c9b1360a38e4c3c5e7fcb Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 18 Mar 2005 18:58:56 +0000 Subject: add the comment "The Ethereal Network Protocol Analyzer" to some shortcuts svn path=/trunk/; revision=13801 --- packaging/nsis/ethereal.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index 460b39fe0c..2d565e6b9c 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -480,7 +480,7 @@ CreateDirectory "$SMPROGRAMS\Ethereal" Delete "$SMPROGRAMS\Ethereal\Ethereal Web Site.lnk" WriteINIStr "$SMPROGRAMS\Ethereal\Ethereal Web Site.url" \ "InternetShortcut" "URL" "http://www.ethereal.com/" -CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal.lnk" "$INSTDIR\ethereal.exe" +CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal.lnk" "$INSTDIR\ethereal.exe" "" "$INSTDIR\ethereal.exe" 0 "" "" "The Ethereal Network Protocol Analyzer" CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Manual.lnk" "$INSTDIR\ethereal.html" CreateShortCut "$SMPROGRAMS\Ethereal\Display Filters Manual.lnk" "$INSTDIR\ethereal-filter.html" CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Program Directory.lnk" \ @@ -493,7 +493,7 @@ Section "Desktop Icon" SecDesktopIcon !ifdef GTK1_DIR & GTK2_DIR SectionIn 1 2 !endif -CreateShortCut "$DESKTOP\Ethereal.lnk" "$INSTDIR\ethereal.exe" +CreateShortCut "$DESKTOP\Ethereal.lnk" "$INSTDIR\ethereal.exe" "" "$INSTDIR\ethereal.exe" 0 "" "" "The Ethereal Network Protocol Analyzer" SectionEnd Section "Associate file extensions to Ethereal" SecFileExtensions -- cgit v1.2.1