mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
14 lines
506 B
XML
14 lines
506 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
|
<jinete>
|
|
<window text="Warning - Important" name="advanced_mode_warning">
|
|
<grid columns="1">
|
|
<label text="You are going to enter in "Advanced Mode"." />
|
|
<label text="" name="warning_label" />
|
|
<check text="Don't show this again" name="donot_show" />
|
|
<separator horizontal="true" />
|
|
<button text="&OK" magnetic="true" minwidth="60" cell_align="center" />
|
|
</grid>
|
|
</window>
|
|
</jinete>
|