1
0
Fork 0
fgdata/gui/dialogs/exit.xml

43 lines
813 B
XML
Raw Normal View History

2003-01-24 03:20:11 +00:00
<?xml version="1.0"?>
<PropertyList>
<name>exit</name>
<modal>true</modal>
<layout>vbox</layout>
2003-01-24 03:20:11 +00:00
<text>
<label>Exit FlightGear?</label>
</text>
<group>
<layout>hbox</layout>
<halign>fill</halign>
<default-padding>10</default-padding>
<empty><stretch>true</stretch></empty>
2003-01-24 03:20:11 +00:00
<button>
<legend>Exit</legend>
<default>true</default>
<equal>true</equal>
<binding>
<command>exit</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
2003-01-24 03:20:11 +00:00
<empty><stretch>true</stretch></empty>
2003-01-24 03:20:11 +00:00
<button>
<legend>Cancel</legend>
<equal>true</equal>
<binding>
<command>dialog-close</command>
</binding>
</button>
2003-01-24 03:20:11 +00:00
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>