cui/source/dialogs/about.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 1538a8df2a224646f7ae09427bfc1bb35c2f6f24 Author: Ilhan Yesil <ilhanye...@gmx.de> AuthorDate: Wed Jan 11 08:49:06 2023 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Fri Jan 13 12:49:10 2023 +0000 Show LHM own BuildVersion without link to website As the LHM specific build version has no valid link to the build website, the link to the website will be hidden. Change-Id: Id3da6a9fdf83348eae0b23d9ec7b5e141005b081 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145318 Tested-by: Michael Weghorn <m.wegh...@posteo.de> Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 614c559e1039..fbdb4e489461 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -81,7 +81,9 @@ AboutDialog::AboutDialog(weld::Window* pParent) m_xDialog->set_version(GetVersionString()); m_xDialog->set_copyright(GetCopyrightString()); - SetBuildIdLink(); + //LHM specific: link is invalid, so hide it + m_xDialog->set_website_label(OUString()); + m_xDialog->set_website(OUString()); SetLogo();