diff options
author | Andras Timar <andras.timar@collabora.com> | 2022-02-11 21:56:12 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-01-15 11:21:05 +0100 |
commit | 4e882120caee483562c0f6aa6645ad6731fd7126 (patch) | |
tree | c91266804015d9906e9485e2427f4b5d630fe9b5 /framework | |
parent | 05dca31d6b84132296e139038b79f9b648b19099 (diff) |
[cp] Collabora Office branding
Change-Id: I694d9a6c508853d2d980f76cc259ce1e39149da4
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/helper/titlebarupdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index add4ea9709b8..b81a2a84d539 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -143,7 +143,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 |