summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
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/dialogs
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/dialogs')
-rw-r--r--cui/source/dialogs/about.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 336951b3a7f3..fb1e15e4f5b8 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -77,6 +77,7 @@ AboutDialog::AboutDialog(vcl::Window* pParent)
m_aLocaleStr = get<FixedText>("locale")->GetText();
m_pVersion->SetText(GetVersionString());
+ m_pVersion->SetURL("https://gerrit.libreoffice.org/gitweb?p=core.git;a=log;h=" + GetBuildId());
OUString aCopyrightString = GetCopyrightString();
m_pCopyrightText->SetText( aCopyrightString );