aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-09-29 18:16:42 +0000
committerGerald Combs <gerald@wireshark.org>2002-09-29 18:16:42 +0000
commit0a8e314f6de253fc72dc5e3b033a25e342e0cdc7 (patch)
tree651afc772f9b06ef1c7feef68bda794acd91914c /packaging
parent88ee793012beb92953cab830ae27f86e859c14ef (diff)
Change "Home Page" to "Web Site".
svn path=/trunk/; revision=6355
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index eaa7fb6e47..3e77520559 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.5 2002/08/30 15:32:27 gerald Exp $
+; $Id: ethereal.nsi,v 1.6 2002/09/29 18:16:42 gerald Exp $
; ============================================================================
; Header configuration
@@ -150,8 +150,8 @@ Section "Start Menu Shortcuts"
;-------------------------------------------
CreateDirectory "$SMPROGRAMS\Ethereal"
-Delete "$SMPROGRAMS\Ethereal\Ethereal Home Page.lnk"
-WriteINIStr "$SMPROGRAMS\Ethereal\Ethereal Home Page.url" \
+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 Documentation.lnk" "$INSTDIR\ethereal.html"