kill some broken URLs
git-svn-id: svn://svn.icculus.org/netradiant/trunk@212 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
e647ac225f
commit
29b0e01ae7
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
|
||||
<!-- generated by Radiant setup, modify at your own risks -->
|
||||
<!-- links for the Quake III Arena game pack -->
|
||||
<links>
|
||||
<item name="TA Teams Manual" url="New_Teams_For_Q3TA/index.html"/>
|
||||
<item name="Team Arena Mapping" url="Team_Arena_Mapping_Help/start.html"/>
|
||||
<item name="Nexuiz website" url="http://www.alientrap.org/nexuiz/"/>
|
||||
</links>
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ void DoAbout()
|
|||
"licensed under the GNU GPL.\n\n"
|
||||
"NetRadiant is unsupported, however\n"
|
||||
"you may report your problems at\n"
|
||||
"http://www.alientrap.org/forum/" // FIXME real URL
|
||||
"http://www.icculus.org/netradiant/"
|
||||
));
|
||||
|
||||
gtk_widget_show(GTK_WIDGET(label));
|
||||
|
|
|
|||
|
|
@ -976,11 +976,13 @@ void OpenUpdateURL()
|
|||
{
|
||||
// build the URL
|
||||
StringOutputStream URL(256);
|
||||
URL << "http://www.qeradiant.com/index.php?data=dlupdate&query_dlup=1";
|
||||
URL << "http://www.icculus.org/netradiant/?cmd=update&data=dlupdate&query_dlup=1";
|
||||
#ifdef WIN32
|
||||
URL << "&OS_dlup=1";
|
||||
#else
|
||||
#elif defined(__APPLE__)
|
||||
URL << "&OS_dlup=2";
|
||||
#else
|
||||
URL << "&OS_dlup=3";
|
||||
#endif
|
||||
URL << "&Version_dlup=" RADIANT_VERSION;
|
||||
g_GamesDialog.AddPacksURL(URL);
|
||||
|
|
@ -998,7 +1000,7 @@ void OpenHelpURL()
|
|||
|
||||
void OpenBugReportURL()
|
||||
{
|
||||
OpenURL("http://www.qeradiant.com/?data=bugreport");
|
||||
OpenURL("http://www.icculus.org/netradiant/?cmd=bugs");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
|
||||
<!-- generated by Radiant setup, modify at your own risks -->
|
||||
<links>
|
||||
<item name="Web Links & Misc" url="links.htm"/>
|
||||
<item name="GtkRadiant Bugzilla - Report Bug" url="http://zerowing.idsoftware.com/bugzilla/index.cgi"/>
|
||||
<item name="NetRadiant website" url="http://www.icculus.org/netradiant/"/>
|
||||
<item name="q3map2 handbook (web)" url="http://shaderlab.com/q3map2/manual/default.htm"/>
|
||||
<item name="ETB documentation (web)" url="http://www.map-craft.com/modules.php?name=ETB"/>
|
||||
<item name="ChangeLog" url="changelog.txt"/>
|
||||
<item name="Q3Map2 ChangeLog" url="changelog.q3map2.txt"/>
|
||||
<item name="Credits" url="credits.html"/>
|
||||
</links>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user