2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-02-07 17:35:12 +00:00
|
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window text="@.title" id="advanced_mode">
|
2008-04-14 17:56:38 +00:00
|
|
|
<grid columns="1">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.description" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="warning_label" />
|
2018-02-07 17:35:12 +00:00
|
|
|
<check text="@general.dont_show" id="donot_show" tooltip="@general.dont_show_tooltip" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.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>
|