summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-11-04 01:08:03 +0000
committerGerald Combs <gerald@wireshark.org>2003-11-04 01:08:03 +0000
commit9c3c9899c6935051916e9f2c5b5584a4413c13eb (patch)
treec689856c294e8c752636b8eabaceb75570b6d43d /packaging
parentf5ffa46463b5ef636bf15f45c7d731ae317e64db (diff)
downloadwireshark-9c3c9899c6935051916e9f2c5b5584a4413c13eb.tar.gz
Fix a typo in the filter documentation link.
svn path=/trunk/; revision=8874
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 522a0cd472..c3af1388b0 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.21 2003/10/28 07:02:36 guy Exp $
+; $Id: ethereal.nsi,v 1.22 2003/11/04 01:08:03 gerald Exp $
; ============================================================================
; Header configuration
@@ -207,7 +207,7 @@ 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 Manual.lnk" "$INSTDIR\ethereal.html"
-CreateShortCut "$SMPROGRAMS\Ethereal\Display Filters Manual.lnk" "$INSTDIR\ethereal-filters.html"
+CreateShortCut "$SMPROGRAMS\Ethereal\Display Filters Manual.lnk" "$INSTDIR\ethereal-filter.html"
CreateShortCut "$SMPROGRAMS\Ethereal\Uninstall.lnk" "$INSTDIR\uninstall.exe"
CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Program Directory.lnk" \
"$INSTDIR"