aseprite/data/widgets/advanced_mode.xml
2015-09-22 17:27:47 -03:00

14 lines
490 B
XML

<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
<gui>
<window text="Warning - Important" id="advanced_mode">
<grid columns="1">
<label text="You are going to enter in &quot;Advanced Mode&quot;." />
<label text="" id="warning_label" />
<check text="Don't show this again" id="donot_show" />
<separator horizontal="true" />
<button text="&amp;OK" closewindow="true" magnet="true" minwidth="60" cell_align="center" />
</grid>
</window>
</gui>