From 4f3287f27a8dd3890a56d69c69af1cbc03b45b18 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 10 Dec 2003 23:21:52 +0000 Subject: Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717. This requires replacing libintl-1.dll from the libintl package (which is no longer used) with intl.dll from intl.dll from the gettext package. svn path=/trunk/; revision=9239 --- packaging/nsis/ethereal.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/nsis/ethereal.nsi') diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index d8e3c7111a..f0b3ade375 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.27 2003/12/10 19:05:06 ulfl Exp $ +; $Id: ethereal.nsi,v 1.28 2003/12/10 23:21:52 gerald Exp $ ; ============================================================================ ; Header configuration @@ -81,7 +81,7 @@ File "${COMMON_FILES_GNU}\iconv.dll" File "${COMMON_FILES_GNU}\libglib-2.0-0.dll" File "${COMMON_FILES_GNU}\libgmodule-2.0-0.dll" File "${COMMON_FILES_GNU}\libgobject-2.0-0.dll" -File "${COMMON_FILES_GNU}\libintl-1.dll" +File "${COMMON_FILES_GNU}\intl.dll" !endif File "${COMMON_FILES_GNU}\zlib1.dll" File "${COMMON_FILES_GNU}\adns_dll.dll" -- cgit v1.2.3