diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-04-12 20:29:09 +0200 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2018-07-10 22:59:07 +0200 |
commit | 0857a8f6d8dd1b5b9114e9e0c1e1b6b98394434f (patch) | |
tree | 54905f0a3d6fec30cf5f37f67f76e34c0227978d | |
parent | 48fc3c776c17ecd6522f5890411fbbfa5aa02c5c (diff) |
fix previous commitcp-6.0-6
Change-Id: I204f83aede085bbe4f5bd6937238b2117e51c86a
(cherry picked from commit 4553bc1bfa72dce55566971e27b94f3a5bfcdc79)
-rw-r--r-- | svx/source/dialog/crashreportdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index faa7b763665a..248aab0f2e59 100644 --- a/svx/source/dialog/crashreportdlg.cxx +++ b/svx/source/dialog/crashreportdlg.cxx @@ -96,7 +96,7 @@ IMPL_LINK(CrashReportDialog, BtnHdl, Button*, pBtn, void) } 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(); |