[Libreoffice-commits] .: Branch 'libreoffice-3-3' - cli_ure/source

Petr Mladek pmladek at kemper.freedesktop.org
Thu Apr 14 02:12:30 PDT 2011


 cli_ure/source/native/native_bootstrap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4601251b90e2555b032eadbdaa56dcfb91b5aae
Author: Noel Power <noel.power at novell.com>
Date:   Wed Apr 13 18:52:58 2011 +0100

    fix for fdo#35108 allow dot net clients to bootstrap libreoffice
    
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx
index b8d4888..14b4bc6 100644
--- a/cli_ure/source/native/native_bootstrap.cxx
+++ b/cli_ure/source/native/native_bootstrap.cxx
@@ -57,7 +57,7 @@ namespace cli_ure {
     WCHAR * resolveLink(WCHAR * path);
 }
 
-#define INSTALL_PATH L"Software\\OpenOffice.org\\UNO\\InstallPath"
+#define INSTALL_PATH L"Software\\LibreOffice\\UNO\\InstallPath"
 #define BASIS_LINK L"\\basis-link"
 #define URE_LINK L"\\ure-link"
 #define URE_BIN L"\\bin"


More information about the Libreoffice-commits mailing list