2008-04-14 17:56:38 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2011-01-20 21:32:31 +00:00
|
|
|
<!-- 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">
|
2009-12-16 23:24:57 +00:00
|
|
|
<label text="You are going to enter in "Advanced Mode"." />
|
2008-04-14 17:56:38 +00:00
|
|
|
<label text="" name="warning_label" />
|
|
|
|
<check text="Don't show this again" name="donot_show" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" magnetic="true" minwidth="60" cell_align="center" />
|
2008-04-14 17:56:38 +00:00
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</jinete>
|