aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 01:03:32 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 01:03:32 +0000
commit1fa110cf268a6d3712ca57e77177caec6756772a (patch)
tree28dea17f1392c73b27ca40c59b058a1b54d10dca
parent02d93b2a32a35dff28e85974144088a45773567d (diff)
downloadioquake3-aero-1fa110cf268a6d3712ca57e77177caec6756772a.tar.gz
ioquake3-aero-1fa110cf268a6d3712ca57e77177caec6756772a.zip
Rename instructions page and mention SDL for Windows
git-svn-id: svn://svn.icculus.org/quake3/trunk@276 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--web/include/help.php (renamed from web/include/instruc.php)0
-rw-r--r--web/include/home.php5
-rw-r--r--web/include/thebrain.php2
3 files changed, 4 insertions, 3 deletions
diff --git a/web/include/instruc.php b/web/include/help.php
index fc119ea..fc119ea 100644
--- a/web/include/instruc.php
+++ b/web/include/help.php
diff --git a/web/include/home.php b/web/include/home.php
index 371f756..39f1790 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -31,6 +31,7 @@ build was 1.32) include:</p>
<li>OpenAL support</li>
<li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source
package unless somebody feels inclined to set up a new installer.</li>
- <li>Removal of DirectX for <acronym title="Microsoft Visual C++">MSVC</acronym>
- and <a href="http://mingw.org" title="Minimalist GNU for Windows">MinGW</a> builds.</li>
+ <li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym>
+ and <a href="http://mingw.org" title="Minimalist GNU for Windows">MinGW</a> builds,
+ in favor of <a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a>.</li>
</ul>
diff --git a/web/include/thebrain.php b/web/include/thebrain.php
index 7c19b68..791900b 100644
--- a/web/include/thebrain.php
+++ b/web/include/thebrain.php
@@ -17,7 +17,7 @@ header("Content-type: $content_type; charset=UTF-8");
$navlist = array(
"home" => "Home",
- "instruc" => "Instructions",
+ "help" => "Help",
"status" => "Status"
);