1
0
Fork 0
fgdata/gui/dialogs/exit.xml
2003-01-24 03:20:11 +00:00

38 lines
No EOL
554 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>exit</name>
<width>180</width>
<height>100</height>
<modal>true</modal>
<text>
<x>10</x>
<y>70</y>
<label>Exit FlightGear?</label>
</text>
<button>
<x>10</x>
<y>10</y>
<legend>Exit</legend>
<default>true</default>
<binding>
<command>exit</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<x>100</x>
<y>10</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>