mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
28 lines
762 B
XML
28 lines
762 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
|
<gui>
|
|
<window id="send_crash" text="@.title">
|
|
<vbox>
|
|
|
|
<vbox id="official">
|
|
<label text="@.send_file" />
|
|
<link id="filename" text="" url="" />
|
|
<label text="@.to_email" />
|
|
<entry readonly="true" text="support@aseprite.org" maxsize="256" />
|
|
<label text="@.explaining" />
|
|
</vbox>
|
|
|
|
<vbox id="dev">
|
|
<label text="@.using_dev_ver" />
|
|
<label text="@.open_dmp_file" />
|
|
<link id="dev_filename" text="" url="" />
|
|
</vbox>
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<button text="@.do_it_later" closewindow="true" />
|
|
<button text="@.delete_file" closewindow="true" id="delete_file" />
|
|
</vbox>
|
|
</window>
|
|
</gui>
|