summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-04-12 20:29:09 +0200
committerAndras Timar <andras.timar@collabora.com>2017-04-12 20:29:09 +0200
commit4553bc1bfa72dce55566971e27b94f3a5bfcdc79 (patch)
tree226d3513c502616dbec6aa839d64fc8725b87764 /svx
parentca45d2f299634c65406de9920da1dd044b9a3666 (diff)
fix previous commit
Change-Id: I204f83aede085bbe4f5bd6937238b2117e51c86a
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/crashreportdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx
index 7d94dc40f551..3a9ff75e33fb 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -95,7 +95,7 @@ IMPL_LINK(CrashReportDialog, BtnHdl, Button*, pBtn, void)
mpEditPostUpload->SetText("Error!");
mpBtnClose->Show();
- mpBugReportMailto->SetURL(mpFtBugReport->GetURL().replaceAll("%CRASHID", aCrashID.replaceAll("Crash-ID=","")));
+ mpBugReportMailto->SetURL(mpBugReportMailto->GetURL().replaceAll("%CRASHID", aCrashID.replaceAll("Crash-ID=","")));
mpBugReportMailto->Show();
mpEditPreUpload->Hide();
mpEditPostUpload->Show();