From dae96ca72bf3bd24e040cb957f5b84092966566b Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 8 Apr 2014 20:01:01 +0200 Subject: [PATCH] Switch back Windows 32 bits build to GTK2 GTK3 does not work great on Windows: - the GUI is quite ugly - features like background color in filter box does not work - x64 builds are still using GTK2 - no one is putting efforts on this to fix those issues As we are transitioning to Qt, I do not expect any improvement soon. Let's switch back to a more user friendly GUI. Change-Id: I04c0856b8ac8ce808c1942f7f26b14dd57388d1a Reviewed-on: https://code.wireshark.org/review/1026 Reviewed-by: Anders Broman Reviewed-by: Michael Mann --- config.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nmake b/config.nmake index 847390331c..a4678300e1 100644 --- a/config.nmake +++ b/config.nmake @@ -272,8 +272,8 @@ GLIB_VERSION=2.0 # If you want building with GTK+, set GTK_DIR to the pathname of the # directory in which the "include" and "lib" directories reside. # -# Set the name to gtk2 if you want to use gtk2 -GTK_NAME=gtk3 +# Set the name to gtk3 if you want to use gtk3 +GTK_NAME=gtk2 GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)