summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 21:02:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 21:08:04 +0200
commit7b990ae17a032affd5cb04db9f8d93daa89e3109 (patch)
tree458c20d5a2a3997a65372ec282d3ddfa9d6ba9e2 /desktop
parent838e71646edff6e8cc7fcb4d7ac7ed4cd12a8ab5 (diff)
use correct URL for crashreport
Change-Id: Ia7d584685961e8573c1c35f2560a66664632f5f7
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 830fe8451894..50f1a1eacad9 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -47,7 +47,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.libreoffice.org/submit/\n";
minidump_file.close();
updateMinidumpLocation();