From 15260339d712323d6d91431a13bf06720077b806 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 29 Oct 2006 14:41:16 +0000 Subject: change the default GTK version from GTK2.6 to GTK2.8 svn path=/trunk/; revision=19728 --- config.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index 0bf399e18d..297e40473f 100644 --- a/config.nmake +++ b/config.nmake @@ -61,11 +61,11 @@ GTK2_DIR=$(WIRESHARK_LIBS)\gtk2 # These macros are used by the nsis installer script and by the setup target. # # GTK 2.6 is the mainline since Ethereal 0.10.14 -GTK2_INST_VERSION=2.6 -PANGO_INST_VERSION=1.8 +#GTK2_INST_VERSION=2.6 +#PANGO_INST_VERSION=1.8 # Support for GTK 2.8 is currently experimental ... -#GTK2_INST_VERSION=2.8 -#PANGO_INST_VERSION=1.12 +GTK2_INST_VERSION=2.8 +PANGO_INST_VERSION=1.12 # # If you have GTK-Wimp, set this to the pathname of the directory in -- cgit v1.2.3