diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-03 13:26:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-04 08:42:18 +0000 |
commit | 660b91b07788077cfee9ba309d45db6819c00781 (patch) | |
tree | 14c2ac49b139ac500b0d74d9c28cbbff09ba2ecd /svx/uiconfig | |
parent | d2796282721dd2ed4d2c67e4e8982fb32263b55d (diff) |
report the crash id back to the user
Change-Id: I5cc1e698294a5674d691529af8cc14e4cd87a711
Reviewed-on: https://gerrit.libreoffice.org/25865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index 1a32df49e297..d483d61ad39a 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.19.0 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.12"/> <object class="GtkDialog" id="CrashReportDialog"> @@ -46,15 +46,27 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="btn_close"> + <property name="label" translatable="yes">Close</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">0</property> + <property name="position">3</property> </packing> </child> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="ed_pre"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">We are sorry but it seems that LibreOffice crashed the last time. @@ -65,10 +77,27 @@ You can help us fix this issue by sending the crash report to the LibreOffice cr <packing> <property name="expand">False</property> <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="ed_post"> + <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">The crash report was successfully uploaded. +You can soon find the report on crashreport.libreoffice.org. +The report can be found by</property> + <property name="wrap">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> </object> + <object class="GtkActionGroup" id="actiongroup1"/> </interface> |