]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix the news URL (not used, though)
authorRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 21:53:23 +0000 (22:53 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 21:53:23 +0000 (22:53 +0100)
qcsrc/menu/xonotic/dialog_news.c

index cfe91afceece6fe5e7ca8c57dc7fe2877203ece5..92726f842ac7fba26700c42bf8ea235f847a2067 100644 (file)
@@ -15,6 +15,6 @@ void XonoticNewsDialog_fill(entity me)
        entity e;
        me.TR(me);
                me.TD(me, 24, 1, e = spawnGecko());
-               e.configureBrowser( e, "http://alientrap.org/xonotic/index.php?module=news" );
+               e.configureBrowser( e, "http://www.xonotic.org/team/blog/" );
 }
 #endif