[Libreoffice-commits] .: setup_native/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Thu Feb 3 09:11:47 PST 2011


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

New commits:
commit 207c1e1ae0eb30ab9d5007b8f36f258890847630
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Thu Feb 3 18:09:27 2011 +0100

    Revert: 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 100755
new mode 100644
index 9b9a488..4ce7faa
--- 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 )
                 {


More information about the Libreoffice-commits mailing list