diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-29 08:33:27 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-01 10:26:51 +0000 |
commit | 11b2959680a219b1bb608806159a8da8f5f4b810 (patch) | |
tree | 62d7f3236a36a849ffbec80442693e342e43795f /crashrep/source/win32 | |
parent | a900a4d70bb465e24c49a0183c60087328860e83 (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/source/win32')
-rw-r--r-- | crashrep/source/win32/soreport.cpp | 2 |
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 ) |