1
0
forked from 0ad/0ad

Handle exit and return hotkeys in message boxes. Fixes #1319.

This was SVN commit r12503.
This commit is contained in:
Deiz 2012-08-21 06:30:30 +00:00
parent 19fd2f8b9f
commit 6cf4efbd01

View File

@ -85,6 +85,15 @@
}
}
]]></script>
<object hotkey="leave">
<action on="Press">Engine.PopGuiPage();</action>
</object>
<object hotkey="chat">
<action on="Press">getGUIObjectByName("mbButton1").onPress();</action>
</object>
<object>
<object name="mbMain"
style="StoneDialog"