aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.h
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.h
parent4ee129c34181d7073dc47e5fffeb80ec465247b6 (diff)
Add help buttons. Ifdef out some code on Windows.
svn path=/trunk/; revision=45564
Diffstat (limited to 'ui/help_url.h')
-rw-r--r--ui/help_url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/help_url.h b/ui/help_url.h
index 40f1fa94ee..a2d7c4a489 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -36,6 +36,8 @@ extern "C" {
*/
typedef enum {
+ TOPIC_ACTION_NONE,
+
/* pages online at www.wireshark.org */
ONLINEPAGE_HOME,
ONLINEPAGE_WIKI,