aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gsm_map_summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gsm_map_summary.c')
-rw-r--r--gtk/gsm_map_summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gsm_map_summary.c b/gtk/gsm_map_summary.c
index 0ccd1ee5be..0257edcd39 100644
--- a/gtk/gsm_map_summary.c
+++ b/gtk/gsm_map_summary.c
@@ -38,7 +38,7 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "tap_menu.h"
+#include "stat_menu.h"
#include "globals.h"
#include "file.h"
#include "summary.h"
@@ -290,6 +290,6 @@ gsm_map_stat_gtk_sum_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_gtkgsm_map_summary(void)
{
- register_tap_menu_item("GSM/MAP Summary", REGISTER_TAP_GROUP_TELEPHONY,
+ register_stat_menu_item("GSM/MAP Summary", REGISTER_STAT_GROUP_TELEPHONY,
gsm_map_stat_gtk_sum_cb, NULL, NULL, NULL);
}