summaryrefslogtreecommitdiff
path: root/ui/help_url.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-10-20 14:35:20 -0700
committerAnders Broman <a.broman58@gmail.com>2016-10-22 06:32:50 +0000
commita63b5eb711cc50efe2725d716e0774e147376d25 (patch)
tree7886e4ed2742af6b86e24b57cc7785d2cebde02d /ui/help_url.h
parent528894e72f973c5db5dc76c975620754f7bbe5aa (diff)
downloadwireshark-a63b5eb711cc50efe2725d716e0774e147376d25.tar.gz
Qt: Make "Learn" on the welcome screen clickable.
Make the "Learn" header a ClickableLabel to match "Open" and "Capture". Link to the docs page for now. Adjust its stylesheet and properties to match ast well. Change-Id: Id9c7c05269de8134af28f0f9c1e2820a60442236 Reviewed-on: https://code.wireshark.org/review/18358 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/help_url.h')
-rw-r--r--ui/help_url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/help_url.h b/ui/help_url.h
index b88b560357..213ef65fb8 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -42,6 +42,7 @@ typedef enum {
ONLINEPAGE_USERGUIDE,
ONLINEPAGE_FAQ,
ONLINEPAGE_DOWNLOAD,
+ ONLINEPAGE_DOCS,
ONLINEPAGE_SAMPLE_FILES,
ONLINEPAGE_CAPTURE_SETUP,
ONLINEPAGE_NETWORK_MEDIA,