[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - svx/source

Andras Timar andras.timar at collabora.com
Tue Jul 10 20:59:45 UTC 2018


 svx/source/dialog/crashreportdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0857a8f6d8dd1b5b9114e9e0c1e1b6b98394434f
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Apr 12 20:29:09 2017 +0200

    fix previous commit
    
    Change-Id: I204f83aede085bbe4f5bd6937238b2117e51c86a
    (cherry picked from commit 4553bc1bfa72dce55566971e27b94f3a5bfcdc79)

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();


More information about the Libreoffice-commits mailing list