Menu bar changes to expose Joystick Configuration dialog, and minor
typo in button config fix.
This commit is contained in:
parent
54c043bdc3
commit
d836ea78f1
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ var assignButton = func(cmd) {
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>Select the command you wish to assign to this button</label>
|
||||
<label>Select the command you wish to assign to this button.</label>
|
||||
</text>
|
||||
|
||||
<hrule/>
|
||||
|
|
|
@ -737,10 +737,10 @@
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<name>joystick-info</name>
|
||||
<name>joystick-config</name>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>joystick-info</dialog-name>
|
||||
<dialog-name>joystick-config</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue