diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 4 | ||||
-rw-r--r-- | vcl/source/window/toolbox.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 5e9c62f71fb9..e66ce73a5e4b 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -1167,7 +1167,7 @@ sal_Bool MiscSettings::GetEnableATToolSupport() const HKEY hkey; if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER, - "Software\\OpenOffice.org\\Accessibility\\AtToolSupport", + "Software\\Aapche OpenOffice\\Accessibility\\AtToolSupport", &hkey) ) { DWORD dwType; @@ -1245,7 +1245,7 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool bEnable ) // If the accessibility key in the Windows registry exists, change it synchronously if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER, - "Software\\OpenOffice.org\\Accessibility\\AtToolSupport", + "Software\\Apache OpenOffice\\Accessibility\\AtToolSupport", &hkey) ) { DWORD dwType; diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index a26ffdeaa54a..4ee5fd360f58 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -6302,7 +6302,7 @@ void ToolBox::ImplDisableFlatButtons() HKEY hkey; if( ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER, - "Software\\OpenOffice.org\\Accessibility\\AtToolSupport", + "Software\\Apache OpenOffice\\Accessibility\\AtToolSupport", &hkey) ) { DWORD dwType = 0; |