aseprite/data/widgets/advanced_mode.xml

14 lines
492 B
XML
Raw Normal View History

<!-- ASEPRITE -->
2013-01-27 15:13:13 +00:00
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Warning - Important" id="advanced_mode_warning">
2008-04-14 17:56:38 +00:00
<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" />
2008-04-14 17:56:38 +00:00
</grid>
</window>
</gui>