2014-08-20 03:11:19 +00:00
|
|
|
<!-- Aseprite -->
|
2016-01-31 22:49:24 +00:00
|
|
|
<!-- Copyright (C) 2014, 2016 by David Capello -->
|
2014-08-20 03:11:19 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Crash Report" id="send_crash">
|
|
|
|
<vbox>
|
|
|
|
|
2016-01-31 22:49:24 +00:00
|
|
|
<vbox id="official">
|
|
|
|
<label text="Please send the following file:" />
|
|
|
|
<link id="filename" text="" url="" />
|
|
|
|
<label text="to this email:" />
|
|
|
|
<entry readonly="true" text="support@aseprite.org" maxsize="256" />
|
|
|
|
<label text="explaining what you was doing when the program crashed." />
|
|
|
|
</vbox>
|
|
|
|
|
|
|
|
<vbox id="dev">
|
|
|
|
<label text="You are using a development version." />
|
|
|
|
<label text="Open the following file to debug your compilation:" />
|
|
|
|
<link id="dev_filename" text="" url="" />
|
|
|
|
</vbox>
|
2014-08-20 03:11:19 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<button text="Do it later" closewindow="true" />
|
|
|
|
<button id="delete_file" text="Delete file, I've already sent it" closewindow="true" />
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|