Further fix switched buttons

This was SVN commit r15099.
This commit is contained in:
sanderd17 2014-05-03 09:07:31 +00:00
parent c1d5f6882c
commit 542bc1b273

View File

@ -21,7 +21,7 @@
size="24 24 100%-24 100%-100">
</object>
<object name="loadGameButton" type="button" size="0%+25 100%-60 33%+10 100%-32" style="StoneButton">
<object type="button" size="0%+25 100%-60 33%+10 100%-32" style="StoneButton">
<translatableAttribute id="caption">Cancel</translatableAttribute>
<action on="Press">Engine.PopGuiPage();</action>
</object>
@ -31,7 +31,7 @@
<action on="Press">deleteGame();</action>
</object>
<object type="button" style="StoneButton" size="66%-5 100%-60 100%-25 100%-32">
<object name="loadGameButton" type="button" style="StoneButton" size="66%-5 100%-60 100%-25 100%-32">
<translatableAttribute id="caption">Load</translatableAttribute>
<action on="Press">loadGame();</action>
</object>