summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-12-12 11:41:56 +0000
committerMichael Meeks <michael.meeks@collabora.com>2016-12-12 11:43:40 +0000
commit079a57802576eb84cc0d26b1d708a727c6b18a2a (patch)
tree365ebabca6e0a3e0ed6b5b1362cf557dda498a07 /cui/source/dialogs
parent01afbf12788b070b90eb306d86ea2870857a1328 (diff)
Revert "tdf#103654: Make git hash clickable in the About dialog"
This reverts commit cc02097495f95967f8f06c364dfa6a8949132868. Need to improve the solution here a little I think.
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/about.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index fb1e15e4f5b8..336951b3a7f3 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -77,7 +77,6 @@ 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 );