[Libreoffice-commits] .: setup_native/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Sat Jan 29 16:17:47 PST 2011


 setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35ebcf0ac8befdbee7afa9860266327cab99ab08
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Sun Jan 30 01:15:39 2011 +0100

    Reg4allmsdoc updated to use the new registry file extension IDs

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 4ce7faa..9b9a488
--- 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 )
                 {


More information about the Libreoffice-commits mailing list