1
0
forked from 0ad/0ad

Renaming cancel button to main menu which makes more sense when returning from a match.

This was SVN commit r10201.
This commit is contained in:
WhiteTreePaladin 2011-09-07 02:07:38 +00:00
parent b65f8ae23a
commit 185571845f
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@
size="100%-164 100%-52 100%-24 100%-24"
tooltip_style="onscreenToolTip"
tooltip="Click this button to return to the main menu."
>Cancel
>Main Menu
<action on="Press">
<![CDATA[
cancelSetup();

View File

@ -176,7 +176,7 @@
</object>
<object type="button" style="StoneButton" size="100%-180 100%-52 100%-24 100%-24">
<object type="button" style="StoneButton" size="100%-164 100%-52 100%-24 100%-24">
Continue
<action on="Press">
Engine.SwitchGuiPage("page_pregame.xml");