[Libreoffice-commits] .: crashrep/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 1 03:27:12 PDT 2012
crashrep/source/win32/soreport.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 11b2959680a219b1bb608806159a8da8f5f4b810
Author: Takeshi Abe <tabe at 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 <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at 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 )
More information about the Libreoffice-commits
mailing list