aseprite/data/widgets/advanced_mode.xml
2010-04-28 23:52:51 -03:00

14 lines
506 B
XML

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2010 by David Capello -->
<jinete>
<window text="Warning - Important" name="advanced_mode_warning">
<grid columns="1">
<label text="You are going to enter in &quot;Advanced Mode&quot;." />
<label text="" name="warning_label" />
<check text="Don't show this again" name="donot_show" />
<separator horizontal="true" />
<button text="&amp;OK" magnetic="true" minwidth="60" cell_align="center" />
</grid>
</window>
</jinete>