mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
20 lines
633 B
XML
20 lines
633 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014 by David Capello -->
|
|
<gui>
|
|
<window text="Crash Report" id="send_crash">
|
|
<vbox>
|
|
|
|
<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." />
|
|
|
|
<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>
|