summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-27 20:51:52 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:26 +0200
commitd41a82fbde6450002069d86c0c9499eb7d4eaf10 (patch)
tree1440167b130ec115b402fc66c93d16e373ad3583 /onlineupdate
parent188cdd2fb2e49a93f1b88e8eb2f000f3e30e3733 (diff)
use own unique identifier
Change-Id: I6d3b6ca894eceef7ad5757dd7c5b4981eb839c61
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/service/servicebase.hxx2
-rw-r--r--onlineupdate/source/update/updater/updater.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/service/servicebase.hxx b/onlineupdate/source/service/servicebase.hxx
index 0353f7d329bb..abf88a122a1d 100644
--- a/onlineupdate/source/service/servicebase.hxx
+++ b/onlineupdate/source/service/servicebase.hxx
@@ -18,5 +18,5 @@ BOOL VerifySameFiles(LPCWSTR file1Path, LPCWSTR file2Path, BOOL &sameContent);
// execute the updater it must have this updater identity string in its string
// table. No other signed Mozilla product will have this string table value.
#define UPDATER_IDENTITY_STRING \
- "libo-updater.exe-4cdccec4-5ee0-4a06-9817-4cd899a9db49"
+ "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3"
#define IDS_UPDATER_IDENTITY 1006
diff --git a/onlineupdate/source/update/updater/updater.rc b/onlineupdate/source/update/updater/updater.rc
index bfc80142cea4..1628e78933ad 100644
--- a/onlineupdate/source/update/updater/updater.rc
+++ b/onlineupdate/source/update/updater/updater.rc
@@ -58,7 +58,7 @@ IDI_DIALOG ICON ICON_PATH
STRINGTABLE
{
- IDS_UPDATER_IDENTITY, "moz-updater.exe-4cdccec4-5ee0-4a06-9817-4cd899a9db49"
+ IDS_UPDATER_IDENTITY, "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3"
}