summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-02-11 21:56:12 +0100
committerAndras Timar <andras.timar@collabora.com>2022-02-13 09:38:58 +0100
commite32e0124f8da122af300210e637362832298ba96 (patch)
tree76ee47ff9f88169dc521a9c75f16a9fd784f842e /framework
parent9f0bcaac08f13a58a341e0e51b7a2c647271a7d4 (diff)
[cp] Collabora Office branding
Change-Id: I694d9a6c508853d2d980f76cc259ce1e39149da4
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/titlebarupdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx
index d74439758def..ec6d605323fd 100644
--- a/framework/source/helper/titlebarupdate.cxx
+++ b/framework/source/helper/titlebarupdate.cxx
@@ -142,7 +142,7 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr
sDesktopName = "Startcenter";
#if defined(_WIN32)
// We use a hardcoded product name matching the registry keys so applications can be associated with file types
- sApplicationID = "TheDocumentFoundation.LibreOffice." + sDesktopName;
+ sApplicationID = "Collabora.CollaboraOffice." + sDesktopName;
#else
sApplicationID = utl::ConfigManager::getProductName().toAsciiLowerCase() + "-" + sDesktopName.toAsciiLowerCase();
#endif