Kaydet (Commit) 48fc3c77 authored tarafından Andras Timar's avatar Andras Timar Kaydeden (comit) Aron Budea

don't show inaccessible crashreport links

(cherry picked from commit 0d045c85)

Change-Id: I3c4ed28cb1a02049fb009f576943f80b8ba8e627
üst f7274fb8
...@@ -30,7 +30,7 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent): ...@@ -30,7 +30,7 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent):
get(mpBtnCancel, "btn_cancel"); get(mpBtnCancel, "btn_cancel");
get(mpBtnClose, "btn_close"); get(mpBtnClose, "btn_close");
get(mpEditPreUpload, "ed_pre"); get(mpEditPreUpload, "ed_pre");
get(mpEditPostUpload, "ed_post"); get(mpEditPostUpload, "ft_post");
get(mpBugReportMailto, "bugreport_mailto"); get(mpBugReportMailto, "bugreport_mailto");
get(mpCBSafeMode, "check_safemode"); get(mpCBSafeMode, "check_safemode");
...@@ -39,7 +39,6 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent): ...@@ -39,7 +39,6 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent):
mpBtnSend->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnSend->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl));
mpBtnCancel->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnCancel->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl));
mpBtnClose->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl)); mpBtnClose->SetClickHdl(LINK(this, CrashReportDialog, BtnHdl));
mpEditPostUpload->SetReadOnly();
} }
CrashReportDialog::~CrashReportDialog() CrashReportDialog::~CrashReportDialog()
......
...@@ -35,7 +35,7 @@ private: ...@@ -35,7 +35,7 @@ private:
VclPtr<Button> mpBtnCancel; VclPtr<Button> mpBtnCancel;
VclPtr<Button> mpBtnClose; VclPtr<Button> mpBtnClose;
VclPtr<FixedText> mpEditPreUpload; VclPtr<FixedText> mpEditPreUpload;
VclPtr<VclMultiLineEdit> mpEditPostUpload; VclPtr<FixedText> mpEditPostUpload;
VclPtr<FixedHyperlink> mpBugReportMailto; VclPtr<FixedHyperlink> mpBugReportMailto;
VclPtr<CheckBox> mpCBSafeMode; VclPtr<CheckBox> mpCBSafeMode;
......
...@@ -81,15 +81,12 @@ You can help us to fix this issue by sending an anonymous crash report to the %P ...@@ -81,15 +81,12 @@ You can help us to fix this issue by sending an anonymous crash report to the %P
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkTextView" id="ed_post"> <object class="GtkLabel" id="ft_post">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes" context="crashreportdlg|ed_post">The crash report was successfully uploaded. <property name="label" translatable="yes" context="crashreportdlg|ed_post">The crash report was successfully uploaded.</property>
You can soon find the report at:
http://crashreport.collaboraoffice.com/stats/crash_details/%CRASHID</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="selectable">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment