From 103ad0253f531c40b35cc26194d90673d2ce99b4 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 16 May 2006 15:49:03 +0000 Subject: [PATCH] Change to address bug 933. See if this, after setup, includes the updated GTK-Wimp. svn path=/trunk/; revision=18172 --- Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nmake b/Makefile.nmake index 3657663ca8..5ab4818480 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -586,7 +586,7 @@ setup: verify_tools !ENDIF !IFDEF GTK_WIMP_DIR @$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \ - gtk-wimp gtk-wimp/gtk-wimp-0.6.2-bin.zip + gtk-wimp gtk-wimp/gtk-wimp-0.7.0-bin.zip !ENDIF @echo. @echo Ethereal is ready to build.