diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-02-03 18:09:27 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-02-03 18:11:25 +0100 |
commit | fe9ce8d621de45f52b30accc759e976cf480c9af (patch) | |
tree | 53f43b01919276f35813dde35630717c1f9720ea /setup_native/source | |
parent | 4327ec0deee4b5362354bd4bc0ec885a412cd071 (diff) |
Revert: Reg4allmsdoc updated to use the new registry file extension IDs
Diffstat (limited to 'setup_native/source')
-rw-r--r--[-rwxr-xr-x] | setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx index c88f2a345b03..54a471acf095 100755..100644 --- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx +++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx @@ -211,7 +211,7 @@ static BOOL RemoveExtensionInRegistry( LPCSTR lpSubKey ) // we will remove all key with an default value starting with ooostub but // we have to be careful about MSO keys - if ( strncmp( szBuffer, "LibreOffice.", 13 ) == 0 ) + if ( strncmp( szBuffer, "opendocument.", 13 ) == 0 ) { if ( nSubKeys == 0 ) { |