aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-16 19:07:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-16 19:07:10 +0000
commit55e5bb39e9999cf2fba69099cc40f6908b8b2ba9 (patch)
treec58363d17998a3813b9ea47a646d2545a1821746 /packaging
parentc01339acd310b6bb13b65e4965b75c1912dc91e2 (diff)
bugfix from greg morris: two help pages were missing
svn path=/trunk/; revision=10074
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index a74e15ef92..c6f559edcd 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.47 2004/02/09 18:23:25 ulfl Exp $
+; $Id: ethereal.nsi,v 1.48 2004/02/16 19:07:10 ulfl Exp $
!ifdef MAKENSIS_MODERN_UI
@@ -208,6 +208,8 @@ File "${GTK2_DIR}\lib\pango\1.2.0\modules\pango-*.dll"
SetOutPath $INSTDIR\help
File "..\..\help\toc"
File "..\..\help\overview.txt"
+File "..\..\help\getting_started.txt"
+File "..\..\help\capturing.txt"
File "..\..\help\capture_filters.txt"
File "..\..\help\display_filters.txt"
File "..\..\help\well_known.txt"