summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-03-29 16:55:17 +0200
committerAndras Timar <andras.timar@collabora.com>2017-03-29 17:03:56 +0200
commitce263269dff121af85634ada7870f33632e02bdd (patch)
tree2829b553dcb2b617c99f436fded79962b2e149b2 /desktop
parentbb69dc8feb4701d162713f4095656c98bb0d5f80 (diff)
enable crashreport on Windows
Change-Id: I55df3da63919f76afcd4905b1898287e26c8c4f1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/crashreport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 9715fde513c9..27e2f97d1f4b 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -73,7 +73,7 @@ void CrashReporter::writeCommonInfo()
std::ofstream minidump_file(ini_path, std::ios_base::trunc);
minidump_file << "ProductName=LibreOffice\n";
minidump_file << "Version=" LIBO_VERSION_DOTTED "\n";
- minidump_file << "URL=http://crashreport.libreoffice.org/submit/\n";
+ minidump_file << "URL=http://crashreport.collaboraoffice.com/submit/\n";
for (auto& keyValue : maKeyValues)
{
writeToStream(minidump_file, keyValue.first, keyValue.second);