aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/proto_help.c')
-rw-r--r--gtk/proto_help.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/proto_help.c b/gtk/proto_help.c
index e2b9c8e353..edec84a025 100644
--- a/gtk/proto_help.c
+++ b/gtk/proto_help.c
@@ -25,7 +25,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* Exlude the whole menu if MAIN_MENU_USE_UIMANAGER */
-#ifndef MAIN_MENU_USE_UIMANAGER
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -44,6 +43,10 @@
#include "gtk/proto_help.h"
+#ifdef MAIN_MENU_USE_UIMANAGER
+void proto_help_menu_modify(GtkTreeSelection *selection _U_, capture_file *cf _U_) {}
+#else
+
#define PH_MENU_TOP "/Protocol Help"
#define PH_FILE_LOG "ph.log"