File: send_crash.xml

package info (click to toggle)
aseprite 1.0.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,504 kB
  • ctags: 18,296
  • sloc: cpp: 84,144; ansic: 49,119; xml: 1,971; objc: 1,211; asm: 117; makefile: 45
file content (19 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- 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>