2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2015-09-22 20:27:47 +00:00
|
|
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2015-09-22 20:27:47 +00:00
|
|
|
<window text="Warning - Important" id="advanced_mode">
|
2008-04-14 17:56:38 +00:00
|
|
|
<grid columns="1">
|
2009-12-16 23:24:57 +00:00
|
|
|
<label text="You are going to enter in "Advanced Mode"." />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="warning_label" />
|
|
|
|
<check text="Don't show this again" id="donot_show" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" magnet="true" minwidth="60" cell_align="center" />
|
2008-04-14 17:56:38 +00:00
|
|
|
</grid>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|