mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
14 lines
471 B
XML
14 lines
471 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
|
<gui>
|
|
<window text="@.title" id="advanced_mode">
|
|
<grid columns="1">
|
|
<label text="@.description" />
|
|
<label text="" id="warning_label" />
|
|
<check text="@general.dont_show" id="donot_show" tooltip="@general.dont_show_tooltip" />
|
|
<separator horizontal="true" />
|
|
<button text="@general.ok" closewindow="true" magnet="true" minwidth="60" cell_align="center" />
|
|
</grid>
|
|
</window>
|
|
</gui>
|