summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 11:09:26 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 11:09:26 +0200
commit533c0d698c1210046f78f03a4f4569b0fff05308 (patch)
treee04501c0d5053b32bc0150703e5d0971ecf695be
parent2677ab37fa9272931de1a6fd2e8ce16b77ebdf32 (diff)
[CIBO] Update product URLs
Change-Id: I4e72c4ba69648a30d5debf13af4276071bde5729
-rw-r--r--configure.ac2
-rw-r--r--instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt6
-rw-r--r--instsetoo_native/util/openoffice.lst.in8
-rw-r--r--sfx2/source/appl/appserv.cxx2
-rw-r--r--svx/source/dialog/SafeModeDialog.cxx2
5 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 2aa441329064..687bae94c8e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([CIB Office],[6.4.0.9],[],[],[https://www.cib.de/libreoffice-poweredbycib/])
+AC_INIT([CIB Office],[6.4.0.9],[],[],[https://www.cib.de/ciboffice/])
dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed
dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
index 6f92cc4a621e..dab2e830f194 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
@@ -8,9 +8,9 @@ ApplicationUsers AllUsers
ALLUSERS 1
ARPCOMMENTS ARPCOMMENTSTEMPLATE
ARPCONTACT CIB software GmbH
-ARPHELPLINK https://www.cib.de/libreoffice-poweredbycib
-ARPURLINFOABOUT https://www.cib.de/libreoffice-poweredbycib
-ARPURLUPDATEINFO https://www.cib.de/libreoffice-poweredbycib
+ARPHELPLINK https://www.cib.de/ciboffice
+ARPURLINFOABOUT https://www.cib.de/ciboffice
+ARPURLUPDATEINFO https://www.cib.de/ciboffice
DefaultUIFont Tahoma8
DialogCaption Windows Installer
DiskPrompt [1]
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 109392ee5ef6..d64b3fd5280e 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -70,7 +70,7 @@ CIBOffice
CHANGETARGETDIR 1
PATCHCODEFILE ooo_patchcodes.txt
STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -123,7 +123,7 @@ CIBOfficeDev
CODEFILENAME codes_ooodev.txt
LOCALUSERDIR $ORIGIN/..
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
@@ -164,7 +164,7 @@ CIBOffice_SDK
CHANGETARGETDIR 1
DONTUSESTARTMENUFOLDER 1
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
@@ -209,7 +209,7 @@ CIBOfficeDev_SDK
CHANGETARGETDIR 1
DONTUSESTARTMENUFOLDER 1
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 9df5f4232445..3c3e8c9646be 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -549,7 +549,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
case SID_SEND_FEEDBACK:
{
- sfx2::openUriExternally("https://www.cib.de/libreoffice-poweredbycib", false);
+ sfx2::openUriExternally("https://www.cib.de/ciboffice", false);
break;
}
case SID_DOCUMENTATION:
diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx
index 3d2e0e659b83..5d8837f9a915 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -91,7 +91,7 @@ SafeModeDialog::SafeModeDialog(weld::Window* pParent)
RadioBtnHdl(*mxRadioRestore);
// Set URL for help button (module=safemode)
- mxBugLink->set_uri("https://www.cib.de/libreoffice-poweredbycib");
+ mxBugLink->set_uri("https://www.cib.de/ciboffice");
mxUserProfileLink->set_uri(comphelper::BackupFileHelper::getUserProfileURL());
}