aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-14 13:15:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-14 13:15:56 +0000
commitb699fa89ee7e6f91610c2df75728d91f4c4b3904 (patch)
treed123c4b0682472e798343ad20d4e1c36ca0fc79a /config.nmake
parentd4aac68393c745c5233bc610dda538d2885a4047 (diff)
Move MAIN_MENU_USE_UI_MANAGER outside of if win32.
svn path=/trunk/; revision=37141
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 85ac657872..eaedab6667 100644
--- a/config.nmake
+++ b/config.nmake
@@ -210,6 +210,9 @@ PATH=$(PYTHON_DIR);$(PATH)
### Warning Experimental - work in progress
#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
+
!if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
##### Win32 Libraries #####
#
@@ -219,9 +222,6 @@ PATH=$(PYTHON_DIR);$(PATH)
#
GLIB_VERSION=2.0
-##### 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
-
#
# Mandatory: GLib, GTK & related library settings
#