2005-07-04 14:40:35 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<name>save_flight</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
|
|
|
|
<text><label>File Name:</label></text>
|
|
|
|
<input>
|
|
|
|
<halign>fill</halign>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
<property>/tmp/flight/file</property>
|
|
|
|
</input>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
<button>
|
2005-12-14 12:37:17 +00:00
|
|
|
<legend>Save</legend>
|
2005-07-04 14:40:35 +00:00
|
|
|
<equal>true</equal>
|
2005-07-08 07:08:55 +00:00
|
|
|
<default>true</default>
|
2005-07-04 14:40:35 +00:00
|
|
|
<binding><command>dialog-apply</command></binding>
|
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
fgcommand("save", props.globals.getNode("/tmp/flight") );
|
|
|
|
</script>
|
|
|
|
</binding>
|
|
|
|
<binding><command>dialog-close</command></binding>
|
|
|
|
</button>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
<button>
|
|
|
|
<legend>Cancel</legend>
|
|
|
|
<equal>true</equal>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2005-07-04 14:40:35 +00:00
|
|
|
<binding><command>dialog-close</command></binding>
|
|
|
|
</button>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
</group>
|
|
|
|
</PropertyList>
|