1
0
forked from 0ad/0ad

#Added link to online manual (from in-game manual). Also updated the year in the "about box" from 2010 to 2011.

This was SVN commit r9049.
This commit is contained in:
Erik Johansson 2011-03-10 17:37:29 +00:00
parent 51b58328f7
commit 6abd49d60a
2 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<objects>
<script file="gui/common/functions_global_object.js"/>
<script file="gui/manual/manual.js"/>
<!-- Add a translucent black background to fade out the menu page -->
@ -18,12 +18,19 @@
<object type="image" sprite="wheatIndentFillVeryLight" size="0 0 100% 100%-45">
<object name="mainText" type="text" style="textPanel"/>
</object>
<object type="button" style="wheatButton" size="100%-275 100%-33 100%-113 100%-3">
Online Manual
<action on="Press"><![CDATA[
var url = "http://trac.wildfiregames.com/wiki/0adManual";
Engine.OpenURL(url);
messageBox(500, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2);
]]></action>
</object>
<object type="button" style="wheatButton" tooltip_style="snToolTip" size="100%-103 100%-33 100%-3 100%-3">
Close
<action on="Press"><![CDATA[Engine.PopGuiPage();]]></action>
</object>
</object>

View File

@ -268,7 +268,7 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0
tooltip="These are the guys who made this game. Visit them at http://www.wildfiregames.com/0ad/"
>
<action on="Press"><![CDATA[
messageBox (420, 320, "[icon=iconProduct] A.D. - History Is Yours For The Taking\nby Wildfire Games, 2002-2010\n\n" +
messageBox (420, 320, "[icon=iconProduct] A.D. - History Is Yours For The Taking\nby Wildfire Games, 2002-2011\n\n" +
"Visit http://www.wildfiregames.com/0ad/ " +
"to learn more about [icon=iconProduct] A.D., participate in the community, meet the developers, and learn how to become a part of development yourself.\n\n", "About [icon=iconProduct] A.D.", 2, [], []);
]]></action>