aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-15 18:32:51 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-15 18:32:51 +0000
commit9051385deb6a3f318da44862ae17c33be2b04fec (patch)
treecd536ed0796af408eb496311dd6039d11d0b6857 /ui/help_url.c
parent4ee129c34181d7073dc47e5fffeb80ec465247b6 (diff)
Add help buttons. Ifdef out some code on Windows.
svn path=/trunk/; revision=45564
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index 76ecb54e00..c34ce121bc 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -326,6 +326,7 @@ topic_action_url(topic_action_e action)
url = user_guide_url("ChWorkFilterSaveSection.html");
break;
+ case(TOPIC_ACTION_NONE):
default:
g_assert_not_reached();
}