aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-29 18:16:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-29 18:16:42 +0000
commit7d2c9bc48cb4781b9f8c30f9b7b8c4c31491c88d (patch)
tree651afc772f9b06ef1c7feef68bda794acd91914c /packaging
parent8fd6580dca92b582a317bdc53247081ff97164f4 (diff)
Change "Home Page" to "Web Site".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6355 f5534014-38df-0310-8fa8-9805f1628bb7
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"