2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="duplicate_sprite" text="@.title">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.duplicate" />
|
|
|
|
<label text="@.as" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="src_name" />
|
|
|
|
<entry maxsize="256" id="dst_name" magnet="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check text="@.merged_layers" id="flatten" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|