aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 671411a123..e5b6425598 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -1080,11 +1080,7 @@ capture_prep(void)
help_bt = OBJECT_GET_DATA(bbox, GTK_STOCK_HELP);
gtk_tooltips_set_tip(tooltips, help_bt,
"Show help about capturing.", NULL);
-#ifdef ETHEREAL_EUG_DIR
- SIGNAL_CONNECT(help_bt, "clicked", url_page_cb, HELP_CAPTURE_OPTIONS_DIALOG);
-#else
- SIGNAL_CONNECT(help_bt, "clicked", help_topic_cb, "Capturing");
-#endif
+ SIGNAL_CONNECT(help_bt, "clicked", topic_cb, HELP_CAPTURE_OPTIONS_DIALOG);
gtk_widget_grab_default(ok_bt);