aseprite/data/widgets/advanced_mode.xml

14 lines
525 B
XML
Raw Normal View History

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