summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-23 11:44:17 +0100
committerAndras Timar <atimar@suse.com>2012-03-23 11:45:18 +0100
commitfb067f9bb25c49ee50b8fd62c844812d6a875805 (patch)
tree1eafdc3c5c4f631dabb14f807e0cc2881644a7be /shell
parentremove unused installer modules (diff)
downloadcore-fb067f9bb25c49ee50b8fd62c844812d6a875805.tar.gz
core-fb067f9bb25c49ee50b8fd62c844812d6a875805.zip
replace OpenOffice.org to LibreOffice in registry keys
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/smplmailclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx
index 4b70c8a62627..a6e0187b096a 100644
--- a/shell/source/win32/simplemail/smplmailclient.cxx
+++ b/shell/source/win32/simplemail/smplmailclient.cxx
@@ -80,7 +80,7 @@ namespace /* private */
{
rtl::OUString altSenddocUrl;
HKEY hkey;
- LONG lret = RegOpenKeyW(HKEY_CURRENT_USER, L"Software\\OpenOffice.org\\SendAsEMailClient", &hkey);
+ LONG lret = RegOpenKeyW(HKEY_CURRENT_USER, L"Software\\LibreOffice\\SendAsEMailClient", &hkey);
if (lret == ERROR_SUCCESS)
{
wchar_t buff[MAX_PATH];