Fix a typo in the filter documentation link.

svn path=/trunk/; revision=8874
This commit is contained in:
Gerald Combs 2003-11-04 01:08:03 +00:00
parent f5ffa46463
commit 9c3c9899c6
1 changed files with 2 additions and 2 deletions

View File

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