diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-01-30 01:15:39 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-01-30 01:17:40 +0100 |
commit | 5dbe8b76ecfd53189a6e8bb0c4bb9378213c62b5 (patch) | |
tree | b5f8d9a668916ee1103dc0d963c1c83ab336d099 /setup_native | |
parent | 36b0de1df5a6d5a541a001c5e6c9eeb60fd7d492 (diff) |
Reg4allmsdoc updated to use the new registry file extension IDs
Diffstat (limited to 'setup_native')
-rwxr-xr-x[-rw-r--r--] | 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 54a471acf095..c88f2a345b03 100644..100755 --- 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, "opendocument.", 13 ) == 0 ) + if ( strncmp( szBuffer, "LibreOffice.", 13 ) == 0 ) { if ( nSubKeys == 0 ) { |