diff options
author | Andras Timar <atimar@suse.com> | 2012-03-23 11:44:17 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-23 11:45:18 +0100 |
commit | fb067f9bb25c49ee50b8fd62c844812d6a875805 (patch) | |
tree | 1eafdc3c5c4f631dabb14f807e0cc2881644a7be /shell | |
parent | b13f2b5788bc27d055e20926053244e824ac5bd6 (diff) |
replace OpenOffice.org to LibreOffice in registry keys
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/simplemail/smplmailclient.cxx | 2 |
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]; |