2005-10-20 12:44:11 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
generic one-button-message; MESSAGE and BUTTONTEXT are
|
|
|
|
to be filled in before displaying. Used for the screenshot
|
|
|
|
message and others.
|
|
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>message</name>
|
|
|
|
<modal>true</modal>
|
|
|
|
<layout>vbox</layout>
|
2005-10-21 19:25:40 +00:00
|
|
|
<default-padding>10</default-padding>
|
2005-10-20 12:44:11 +00:00
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>MESSAGE</label>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>BUTTONTEXT</legend>
|
|
|
|
<default>true</default>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2005-10-20 12:44:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</PropertyList>
|