[Libreoffice-commits] core.git: instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo
dennisroczek
dennisroczek at libreoffice.org
Tue Apr 17 04:59:42 UTC 2018
instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt | 1 -
instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf | 9 +++------
instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt | 1 -
instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt | 1 -
4 files changed, 3 insertions(+), 9 deletions(-)
New commits:
commit defa12ce4d1c3fa550dbbe3a9ae1c54f4392f39c
Author: dennisroczek <dennisroczek at libreoffice.org>
Date: Sat Mar 31 14:01:39 2018 +0100
Remove dummy "Support help number" under Windows' "Apps and Features"
section.
The OOO_ARPURLINFOABOUTTEMPLATE is simply missleading as the caption in
Windows itself is "Supportlink". As the help states that the product
homepage can be used, switch to libreoffice.org, see documentation at
https://msdn.microsoft.com/en-us/library/aa367752
Additionally switch some links to https.
Change-Id: I8d6d871130d2a50a5ce9aa3e80687601e3038c4e
Reviewed-on: https://gerrit.libreoffice.org/52193
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
index 9fc042166a49..a165a025020a 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
@@ -9,7 +9,6 @@ ALLUSERS 1
ARPCOMMENTS ARPCOMMENTSTEMPLATE
ARPCONTACT OOO_ARPCONTACTTEMPLATE
ARPHELPLINK OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE OOO_ARPHELPTELEPHONETEMPLATE
ARPURLINFOABOUT OOO_ARPURLINFOABOUTTEMPLATE
ARPURLUPDATEINFO OOO_ARPURLUPDATEINFOTEMPLATE
DefaultUIFont Tahoma8
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf
index a8764b0745e9..fb1f0b0e61a9 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf
+++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf
@@ -20,16 +20,13 @@
en-US = "LibreOffice Community"
[OOO_ARPHELPLINKTEMPLATE]
-en-US = "http://www.libreoffice.org/get-help"
-
-[OOO_ARPHELPTELEPHONETEMPLATE]
-en-US = "x-xxx-xxx-xxx"
+en-US = "https://www.libreoffice.org/get-help"
[OOO_ARPURLINFOABOUTTEMPLATE]
-en-US = "http://www.documentfoundation.org"
+en-US = "https://www.libreoffice.org/"
[OOO_ARPURLUPDATEINFOTEMPLATE]
-en-US = "http://www.libreoffice.org/download"
+en-US = "https://www.libreoffice.org/download"
[OOO_STR_NEW_DISPLAY_NAME]
en-US = "~New"
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
index fcdd9162d680..326b70fcddc7 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
@@ -9,7 +9,6 @@ ALLUSERS 1
ARPCOMMENTS ARPCOMMENTSTEMPLATE
ARPCONTACT OOO_ARPCONTACTTEMPLATE
ARPHELPLINK OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE OOO_ARPHELPTELEPHONETEMPLATE
ARPURLINFOABOUT OOO_ARPURLINFOABOUTTEMPLATE
ARPURLUPDATEINFO OOO_ARPURLUPDATEINFOTEMPLATE
DefaultUIFont Tahoma8
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
index 8848ac8e88cd..bea6abe6af03 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
@@ -8,7 +8,6 @@ ApplicationUsers AllUsers
ARPCOMMENTS ARPCOMMENTSTEMPLATE
ARPCONTACT OOO_ARPCONTACTTEMPLATE
ARPHELPLINK OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE OOO_ARPHELPTELEPHONETEMPLATE
ARPURLINFOABOUT OOO_ARPURLINFOABOUTTEMPLATE
ARPURLUPDATEINFO OOO_ARPURLUPDATEINFOTEMPLATE
ARPNOREPAIR 1
More information about the Libreoffice-commits
mailing list