diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-23 00:55:40 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-05-25 11:54:40 +0000 |
commit | e76702c405784c0fb57fed33a5a1490418c5ca4b (patch) | |
tree | b0021a2a7a89b3ffa7daee1f32e961ea30f0b630 /cui | |
parent | c37448c13c343d96a5902d3746203573faafa731 (diff) |
tdf#91469: convert links in help/about to https
Change-Id: I1274f75a49a999285488e99713782956e2287249
Reviewed-on: https://gerrit.libreoffice.org/15870
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit ffa560e0dec34d71f4593b7bf23ad50321548c60)
Reviewed-on: https://gerrit.libreoffice.org/15877
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/aboutdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui index 18bc8ffc6c47..3796d9a981e1 100644 --- a/cui/uiconfig/ui/aboutdialog.ui +++ b/cui/uiconfig/ui/aboutdialog.ui @@ -259,7 +259,7 @@ <object class="GtkLabel" id="link"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">http://www.libreoffice.org/about-us/credits/</property> + <property name="label" translatable="yes">https://www.libreoffice.org/about-us/credits/</property> </object> <packing> <property name="expand">False</property> |