summaryrefslogtreecommitdiff
path: root/cui/source/inc/about.hxx
diff options
context:
space:
mode:
authorArnold Dumas <arnold@dumas.at>2016-12-09 19:05:01 +0100
committerMichael Meeks <michael.meeks@collabora.com>2016-12-10 21:30:51 +0000
commitcc02097495f95967f8f06c364dfa6a8949132868 (patch)
tree49a9bf5ddc600722176ceaf1d7d4f983e0b47e3e /cui/source/inc/about.hxx
parented8ecae06dae4775a2610edc6bcc96a91fb60147 (diff)
tdf#103654: Make git hash clickable in the About dialog
This will help the QA team and make it easier to quickly see what is in a build. Change-Id: Ibaa96ee7eac7c60781dddb88981e76afbc71d23f Reviewed-on: https://gerrit.libreoffice.org/31808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'cui/source/inc/about.hxx')
-rw-r--r--cui/source/inc/about.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx
index 80fda68b6552..bdeef6585afc 100644
--- a/cui/source/inc/about.hxx
+++ b/cui/source/inc/about.hxx
@@ -22,6 +22,7 @@
#include <vcl/accel.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/fixedhyper.hxx>
#include <vcl/vclmedit.hxx>
#include <sfx2/basedlgs.hxx>
#include <vector>
@@ -34,7 +35,7 @@ private:
BitmapEx aBackgroundBitmap;
BitmapEx aLogoBitmap;
- VclPtr<VclMultiLineEdit> m_pVersion;
+ VclPtr<FixedHyperlink> m_pVersion;
VclPtr<FixedText> m_pDescriptionText;
VclPtr<FixedText> m_pCopyrightText;
VclPtr<FixedImage> m_pLogoImage;