aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-24 21:40:53 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-24 21:40:53 +0000
commit89c904171c09a20c0aec6ca771355d8ea8059015 (patch)
tree367472eaaf3a9eacf13d0e89a923c9c3006c2b86 /gtk/help_dlg.c
parent2e8151fbaecdb860f516c5314b2c89a02e081210 (diff)
capture interfaces dialog: use capture stock icons instead of plain text buttons
capture info dialog: add a "Help" and use stock buttons git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19020 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index cb99026a52..637b857135 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -408,6 +408,9 @@ topic_action(topic_action_e action)
case(HELP_CAPTURE_INTERFACES_DIALOG):
ONLINE_HELP_CALL(ONLINE_HELP_PREFIX "ChCapInterfaceSection.html");
break;
+ case(HELP_CAPTURE_INFO_DIALOG):
+ ONLINE_HELP_CALL(ONLINE_HELP_PREFIX "ChCapRunningSection.html");
+ break;
case(HELP_ENABLED_PROTOCOLS_DIALOG):
ONLINE_HELP_CALL(ONLINE_HELP_PREFIX "ChCustProtocolDissectionSection.html");
break;