aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 53dc7f903a..10b9be3d50 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.25 2003/12/07 00:04:32 gerald Exp $
+; $Id: ethereal.nsi,v 1.26 2003/12/08 20:43:59 guy Exp $
; ============================================================================
; Header configuration
@@ -85,7 +85,7 @@ File "${COMMON_FILES_GNU}\libintl-1.dll"
!endif
File "${COMMON_FILES_GNU}\zlib1.dll"
File "${COMMON_FILES_GNU}\adns_dll.dll"
-File "${COMMON_FILES_GNU}\prce.dll"
+File "${COMMON_FILES_GNU}\pcre.dll"
File "..\..\FAQ"
File "..\..\README"
File "..\..\README.win32"