1
0
Fork 0

- make dialog non-modal (doesn't buy us much and can cause annoying lockups)

- fix indentation/remove trailing spaces
This commit is contained in:
mfranz 2008-06-12 23:04:42 +00:00
parent 5aa1cb5296
commit 219f8d9a3a

View file

@ -1,13 +1,13 @@
<?xml version="1.0"?>
<PropertyList>
<name>exit</name>
<modal>true</modal>
<modal>false</modal>
<layout>vbox</layout>
<text>
<label>Exit FlightGear?</label>
</text>
<group>
<layout>hbox</layout>
<halign>fill</halign>
@ -19,10 +19,10 @@
<default>true</default>
<equal>true</equal>
<binding>
<command>exit</command>
<command>exit</command>
</binding>
<binding>
<command>dialog-close</command>
<command>dialog-close</command>
</binding>
</button>
@ -33,11 +33,10 @@
<equal>true</equal>
<key>Esc</key>
<binding>
<command>dialog-close</command>
<command>dialog-close</command>
</binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>