2008-04-14 17:56:38 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2009-01-24 00:41:01 +00:00
|
|
|
<!-- Copyright (C) 2001-2009 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" />
|
|
|
|
<button text="&OK" magnetic="true" minwidth="60" cell_align="center" />
|
2008-04-14 17:56:38 +00:00
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</jinete>
|