aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg_win32.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 13:59:52 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-21 13:59:52 +0000
commit7ec646c427aea303529d251c470c80070d29d809 (patch)
treeb1a0e8d47273a974a81adf7d642500c97db17914 /gtk/capture_if_details_dlg_win32.c
parenta64e3fed5d96a8a705d542231892dbefc7dea8e5 (diff)
Added help topic item previous reused for another topic.
Todo: add documentation text. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25506 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/capture_if_details_dlg_win32.c')
-rw-r--r--gtk/capture_if_details_dlg_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg_win32.c b/gtk/capture_if_details_dlg_win32.c
index 2600acb584..73fd6fe24a 100644
--- a/gtk/capture_if_details_dlg_win32.c
+++ b/gtk/capture_if_details_dlg_win32.c
@@ -2356,7 +2356,7 @@ capture_if_details_open_win(char *iface)
window_set_cancel_button(details_open_w, close_bt, window_cancel_button_cb);
help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
- g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer) (HELP_CAPTURE_INTERFACES_DETAILS_DIALOG));
+ g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer) (HELP_CAPTURE_INTERFACE_OPTIONS_DIALOG));
gtk_widget_grab_focus(close_bt);