From 5dbe8b76ecfd53189a6e8bb0c4bb9378213c62b5 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Sun, 30 Jan 2011 01:15:39 +0100 Subject: Reg4allmsdoc updated to use the new registry file extension IDs --- setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx old mode 100644 new mode 100755 index 54a471acf095..c88f2a345b03 --- 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 ) { -- cgit