aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-21 20:39:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-21 20:39:58 +0000
commitaf6d7d7963828927a65465d525a9848bb410c178 (patch)
treea9098840f995921bb79d6e4328d17570cba863cc /config.nmake
parent37454a3b0ee07409b74b11c2ed0dd988e32bd052 (diff)
Make MAIN_MENU_USE_UIMANAGER the default.
svn path=/trunk/; revision=38650
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 1bbb962af4..df06043f46 100644
--- a/config.nmake
+++ b/config.nmake
@@ -217,7 +217,7 @@ PCAP_NG_DEFAULT=^#define PCAP_NG_DEFAULT 1
#WANT_PACKET_EDITOR=^#define WANT_PACKET_EDITOR 1
##### To use UIManager insted of GtkItemFactory comment out this line NOTE not completly implemented yet some menus will be missing####
-#MAIN_MENU_USE_UIMANAGER=^#define MAIN_MENU_USE_UIMANAGER 1
+MAIN_MENU_USE_UIMANAGER=^#define MAIN_MENU_USE_UIMANAGER 1
!if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
##### Win32 Libraries #####