summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-04-08 20:01:01 +0200
committerMichael Mann <mmann78@netscape.net>2014-04-09 12:53:01 +0000
commitdae96ca72bf3bd24e040cb957f5b84092966566b (patch)
treecaa878ba80acb315b80fd09b219f3a19c4e976ed /config.nmake
parent1c162ffc7e59e9c669d8b7ef9232c9bbf719ae9a (diff)
downloadwireshark-dae96ca72bf3bd24e040cb957f5b84092966566b.tar.gz
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 <a.broman58@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files 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)