Make MAIN_MENU_USE_UIMANAGER the default.

svn path=/trunk/; revision=38650
This commit is contained in:
Anders Broman 2011-08-21 20:39:58 +00:00
parent 37454a3b0e
commit af6d7d7963
1 changed files with 1 additions and 1 deletions

View File

@ -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 #####