aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/h225_counter.c')
-rw-r--r--gtk/h225_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index df45102b1f..2b4bf3df24 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -562,7 +562,7 @@ gtk_h225counter_init(char *optarg)
void
register_tap_listener_gtk_h225counter(void)
{
- register_ethereal_tap("h225,counter", gtk_h225counter_init);
+ register_tap_listener_cmd_arg("h225,counter", gtk_h225counter_init);
register_tap_menu_item("H.225...", REGISTER_TAP_GROUP_NONE,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(h225_counter_dlg));