]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
kill some broken URLs
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Thu, 5 Mar 2009 14:17:51 +0000 (14:17 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Thu, 5 Mar 2009 14:17:51 +0000 (14:17 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@212 61c419a2-8eb2-4b30-bcec-8cead039b335

games/NexuizPack/nexuiz.game/game.xlink
radiant/gtkdlgs.cpp
radiant/mainframe.cpp
setup/data/tools/global.xlink

index 94e3f1d86e249635262c2571dd92fce80fac3cd3..62b0f6d2c28b2599c88e2dbe70e36a2ddad04cbc 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 <!-- generated by Radiant setup, modify at your own risks -->
 <?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>
 <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>
 </links>
index 929868631eb56d19e7422ea143d3b33a9909494d..2ba3e3f4eca57f3bd7cf2abf7094ce5769d5ab36 100644 (file)
@@ -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"
           "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));
         ));
                        
         gtk_widget_show(GTK_WIDGET(label));
index 2b71c92391e1d758287bbecb3145689c13737876..dd3a17b9c8f1fa10b0cea6a9de8fa942459833b1 100644 (file)
@@ -976,11 +976,13 @@ void OpenUpdateURL()
 {
   // build the URL
   StringOutputStream URL(256);
 {
   // 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";
 #ifdef WIN32
   URL << "&OS_dlup=1";
-#else
+#elif defined(__APPLE__)
   URL << "&OS_dlup=2";
   URL << "&OS_dlup=2";
+#else
+  URL << "&OS_dlup=3";
 #endif
   URL << "&Version_dlup=" RADIANT_VERSION;
   g_GamesDialog.AddPacksURL(URL);
 #endif
   URL << "&Version_dlup=" RADIANT_VERSION;
   g_GamesDialog.AddPacksURL(URL);
@@ -998,7 +1000,7 @@ void OpenHelpURL()
 
 void OpenBugReportURL()
 {
 
 void OpenBugReportURL()
 {
-  OpenURL("http://www.qeradiant.com/?data=bugreport");
+  OpenURL("http://www.icculus.org/netradiant/?cmd=bugs");
 }
 
 
 }
 
 
index 8fbd043310081afa81acc7eabb274e8eb7ee1c1a..3ca47f1ab3d6058dccbcd811cb4a8eeb24bef1c5 100644 (file)
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 <!-- generated by Radiant setup, modify at your own risks -->
 <links>
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 <!-- generated by Radiant setup, modify at your own risks -->
 <links>
-<item name="Web Links &amp; 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="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>
 </links>