mirror of https://github.com/aseprite/aseprite.git
26 lines
913 B
XML
26 lines
913 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2018-2025 Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2018 David Capello -->
|
|
<gui i18nwarnings="false">
|
|
<window id="about" text="About Aseprite">
|
|
<vbox>
|
|
<label text="" id="title" />
|
|
<label text="Animated sprite editor && pixel art tool" />
|
|
<link text="Authors && Credits" url="" id="credits" />
|
|
<link text="Translators" url="" id="i18n_credits" />
|
|
<link text="Open Source Projects" url="" id="licenses" />
|
|
<separator horizontal="true" />
|
|
<hbox>
|
|
<label text="Copyright (C) 2001-2025" />
|
|
<link text="Igara Studio S.A." url="https://igara.com/" />
|
|
</hbox>
|
|
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />
|
|
<hbox>
|
|
<boxfiller />
|
|
<button text="@general.close" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<boxfiller />
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|