aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-06-21 14:06:08 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-06-21 14:06:08 +0000
commit45e0a74c15c22cc8272bc5c44b5b823db3a7c328 (patch)
treeb181fc54c31a631368e14f90f7f1baf1f4a68573
parent7c29c08046a34b3a0d4966f2eb9e8721bf340147 (diff)
And use correct help topic...
svn path=/trunk/; revision=25507
-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 73fd6fe24a..2600acb584 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_INTERFACE_OPTIONS_DIALOG));
+ g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer) (HELP_CAPTURE_INTERFACES_DETAILS_DIALOG));
gtk_widget_grab_focus(close_bt);