summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-29 08:33:27 +0900
committerAndras Timar <atimar@suse.com>2012-10-01 13:56:47 +0200
commitdc27f1891ec29328a250b4f8cb87ac90473a8825 (patch)
treed22694d9f3553a5787199f36d8ccfdddd1f528f5 /crashrep
parent074236253344cd51892c1feecdbe07c8365fcb95 (diff)
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@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'crashrep')
-rw-r--r--crashrep/source/win32/soreport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index daedb6290212..0721950393c4 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 )