forked from mirrors/0ad
ead62bba78
This replaces all links pointing to trac with their corresponding links to gitea. Also replace http with https while at it. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<objects>
|
|
|
|
<script directory="gui/common/"/>
|
|
<script directory="gui/manual/"/>
|
|
|
|
<!-- Add a translucent black background to fade out the menu page -->
|
|
<object type="image" sprite="ModernFade"/>
|
|
|
|
<object type="image" style="ModernDialog" size="50%-466 50%-316 50%+466 50%+316">
|
|
<object name="title" style="ModernLabelText" type="text" size="50%-128 -18 50%+128 14">
|
|
<translatableAttribute id="caption">Manual</translatableAttribute>
|
|
</object>
|
|
|
|
<object type="image" sprite="ModernFade" size="20 20 100%-20 100%-58">
|
|
<object name="mainText" type="text" style="ModernTextPanel" />
|
|
</object>
|
|
|
|
<object type="button" style="ModernButtonRed" tooltip_style="snToolTip" size="100%-408 100%-52 100%-218 100%-24" hotkey="cancel">
|
|
<translatableAttribute id="caption">Close</translatableAttribute>
|
|
<action on="Press">Engine.PopGuiPage();</action>
|
|
</object>
|
|
|
|
<object name="url" type="button" style="ModernButtonRed" size="100%-214 100%-52 100%-24 100%-24">
|
|
<translatableAttribute id="caption">View Online</translatableAttribute>
|
|
<action on="Press">openURL("https://gitea.wildfiregames.com/0ad/0ad/wiki/0adManual");</action>
|
|
</object>
|
|
</object>
|
|
|
|
</objects>
|