aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-20 23:17:23 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-20 23:17:23 +0000
commit36079958eb884b5b0618bd171c36e89295c58c5a (patch)
treedc06533f5d8be6ba70be06bb5dd65f10fd1f4d7d /gtk/capture_dlg.c
parent7b62f438f0bd1ec3debaf8cbe83a18af25059efb (diff)
add some more online help functionality and help buttons at various dialog boxes, if a help page *is* available. However, the new help system needs a lot more work before completed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13152 f5534014-38df-0310-8fa8-9805f1628bb7
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);