crashrep/source/win32/soreport.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11b2959680a219b1bb608806159a8da8f5f4b810
Author: Takeshi Abe <t...@fixedpoint.jp>
Date:   Sat Sep 29 08:33:27 2012 +0900

    use "LibreOffice" as the default value of ProductKey for crashrep
    
    Change-Id: I12bab12ad32f4965b55d94dfd2d6fe8894129763
    Reviewed-on: https://gerrit.libreoffice.org/721
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/crashrep/source/win32/soreport.cpp 
b/crashrep/source/win32/soreport.cpp
index daedb62..0721950 100644
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -2226,7 +2226,7 @@ static bool ReadBootstrapParams( CrashReportParams 
&rParams )
         GetPrivateProfileString(
         TEXT("Bootstrap"),
         TEXT("ProductKey"),
-        TEXT("OpenOffice.org"),
+        TEXT("LibreOffice"),
         szBuffer,
         SAL_N_ELEMENTS(szBuffer),
         szModuleName )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to