1
0
Fork 0

Added missing buttons to AI options dialog.

Renamed "ATC/AI" to "AI" since ATC options are no longer available.
This commit is contained in:
ThorstenB 2010-11-02 19:41:00 +01:00
parent 67b7161112
commit 9a590d3e61
2 changed files with 53 additions and 3 deletions

View file

@ -71,4 +71,54 @@
<stretch>true</stretch> <stretch>true</stretch>
</empty> </empty>
</group> </group>
<group>
<layout>hbox</layout>
<default-padding>6</default-padding>
<empty>
<stretch>true</stretch>
</empty>
<button>
<legend>OK</legend>
<default>true</default>
<equal>true</equal>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<legend>Apply</legend>
<equal>true</equal>
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<legend>Reset</legend>
<equal>true</equal>
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<legend>Cancel</legend>
<equal>true</equal>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
<empty>
<stretch>true</stretch>
</empty>
</group>
</PropertyList> </PropertyList>

View file

@ -457,9 +457,9 @@
</menu> </menu>
<menu> <menu>
<label>ATC/AI</label> <label>AI</label>
<item> <item>
<label>ATC Options</label> <label>AI Options</label>
<binding> <binding>
<command>dialog-show</command> <command>dialog-show</command>
<dialog-name>ai</dialog-name> <dialog-name>ai</dialog-name>