diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-04-16 10:53:09 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-04-16 10:53:09 +0000 |
commit | e571cbfa9d566ac13cb857729b1dfc273b451b72 (patch) | |
tree | c0215d95fc4f1702a01f349d714aafc27740b529 /gtk/ansi_map_stat.c | |
parent | af3435f669d841fa38f66313a101d59736575d4b (diff) | |
download | wireshark-e571cbfa9d566ac13cb857729b1dfc273b451b72.tar.gz wireshark-e571cbfa9d566ac13cb857729b1dfc273b451b72.tar.bz2 wireshark-e571cbfa9d566ac13cb857729b1dfc273b451b72.zip |
add 12 new toolbar/menu icons
add two toolbar toggle buttons
add icons to various menu items
create new Statistics telephony group and put telephony and alike protocols in it
svn path=/trunk/; revision=14098
Diffstat (limited to 'gtk/ansi_map_stat.c')
-rw-r--r-- | gtk/ansi_map_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c index 9260822724..4f686d34a9 100644 --- a/gtk/ansi_map_stat.c +++ b/gtk/ansi_map_stat.c @@ -442,6 +442,6 @@ register_tap_listener_gtkansi_map_stat(void) exit(1); } - register_tap_menu_item("ANSI/MAP Operation", REGISTER_TAP_GROUP_NONE, + register_tap_menu_item("ANSI/MAP Operation", REGISTER_TAP_GROUP_TELEPHONY, ansi_map_stat_gtk_cb, NULL, NULL, NULL); } |