From 48fc3c776c17ecd6522f5890411fbbfa5aa02c5c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 5 May 2017 16:20:35 +0200 Subject: don't show inaccessible crashreport links (cherry picked from commit 0d045c85fb8dbdb7fa2e116ef9983e0a60bd2b99) Change-Id: I3c4ed28cb1a02049fb009f576943f80b8ba8e627 --- svx/source/dialog/crashreportdlg.cxx | 3 +-- svx/source/dialog/crashreportdlg.hxx | 2 +- svx/uiconfig/ui/crashreportdlg.ui | 7 ++----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index c446aee7570f..faa7b763665a 100644 --- a/svx/source/dialog/crashreportdlg.cxx +++ b/svx/source/dialog/crashreportdlg.cxx @@ -30,7 +30,7 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent): get(mpBtnCancel, "btn_cancel"); get(mpBtnClose, "btn_close"); get(mpEditPreUpload, "ed_pre"); - get(mpEditPostUpload, "ed_post"); + get(mpEditPostUpload, "ft_post"); get(mpBugReportMailto, "bugreport_mailto"); get(mpCBSafeMode, "check_safemode"); @@ -39,7 +39,6 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent): mpBtnSend->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnCancel->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnClose->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); - mpEditPostUpload->SetReadOnly(); } CrashReportDialog::~CrashReportDialog() diff --git a/svx/source/dialog/crashreportdlg.hxx b/svx/source/dialog/crashreportdlg.hxx index a564670bad55..69474a870fb5 100644 --- a/svx/source/dialog/crashreportdlg.hxx +++ b/svx/source/dialog/crashreportdlg.hxx @@ -35,7 +35,7 @@ private: VclPtr