swap "save" and "load" to the typical order across operating systems, even
though the natural order would be "save" -> "load")
This commit is contained in:
parent
00475e2d5c
commit
8e2fe030c6
1 changed files with 8 additions and 8 deletions
|
@ -3,14 +3,6 @@
|
|||
<menu>
|
||||
<label>File</label>
|
||||
|
||||
<item>
|
||||
<label>Save</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>gui.save_flight()</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Load</label>
|
||||
<binding>
|
||||
|
@ -19,6 +11,14 @@
|
|||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Save</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>gui.save_flight()</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Reset</label>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in a new issue