desktop/source/app/crashreport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 908e46c7116d62718fc377b1e0eb53b39d42dc1f Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon May 23 15:27:23 2016 +0200 use the TDF server as target for crash reports Change-Id: I0518bbad2f3550f8cac453c98af88a092448b5cd diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx index 06e3c99..b9af1b7 100644 --- a/desktop/source/app/crashreport.cxx +++ b/desktop/source/app/crashreport.cxx @@ -45,7 +45,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://127.0.0.1:8000/submit\n"; + minidump_file << "URL=http://crashreport.libreoffice.org/submit\n"; minidump_file.close(); updateMinidumpLocation(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits