mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Allow the use of Enter in addition to the OK button in the Join Game dialog.
This was SVN commit r13867.
This commit is contained in:
parent
9f2a850a95
commit
553875ea83
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
</action>
|
||||
</object>3 100%-33 103 100%-3
|
||||
|
||||
<object type="button" size="50%-144 100%-60 50%-16 100%-32" style="StoneButton">
|
||||
<object hotkey="confirm" type="button" size="50%-144 100%-60 50%-16 100%-32" style="StoneButton">
|
||||
Continue
|
||||
<action on="Press">
|
||||
var joinPlayerName = getGUIObjectByName("joinPlayerName").caption;
|
||||
|
|
|
|||
Loading…
Reference in a new issue