From 29b0e01ae7c5ec8f230ef79ad5beae40e29dd0eb Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 5 Mar 2009 14:17:51 +0000 Subject: [PATCH] kill some broken URLs git-svn-id: svn://svn.icculus.org/netradiant/trunk@212 61c419a2-8eb2-4b30-bcec-8cead039b335 --- games/NexuizPack/nexuiz.game/game.xlink | 4 +--- radiant/gtkdlgs.cpp | 2 +- radiant/mainframe.cpp | 8 +++++--- setup/data/tools/global.xlink | 6 +----- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/games/NexuizPack/nexuiz.game/game.xlink b/games/NexuizPack/nexuiz.game/game.xlink index 94e3f1d8..62b0f6d2 100644 --- a/games/NexuizPack/nexuiz.game/game.xlink +++ b/games/NexuizPack/nexuiz.game/game.xlink @@ -1,7 +1,5 @@ - - - + diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp index 92986863..2ba3e3f4 100644 --- a/radiant/gtkdlgs.cpp +++ b/radiant/gtkdlgs.cpp @@ -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)); diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 2b71c923..dd3a17b9 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -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"); } diff --git a/setup/data/tools/global.xlink b/setup/data/tools/global.xlink index 8fbd0433..3ca47f1a 100644 --- a/setup/data/tools/global.xlink +++ b/setup/data/tools/global.xlink @@ -1,11 +1,7 @@ - - + - - - -- 2.39.2