From fb067f9bb25c49ee50b8fd62c844812d6a875805 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 23 Mar 2012 11:44:17 +0100 Subject: replace OpenOffice.org to LibreOffice in registry keys --- shell/source/win32/simplemail/smplmailclient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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]; -- cgit