From: Rudolf Polzer Date: Sun, 16 Jan 2011 21:53:23 +0000 (+0100) Subject: fix the news URL (not used, though) X-Git-Tag: xonotic-v0.5.0~318^2~88^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=85005e89329c512385edfddb3d493a4e850b829e;p=xonotic%2Fxonotic-data.pk3dir.git fix the news URL (not used, though) --- diff --git a/qcsrc/menu/xonotic/dialog_news.c b/qcsrc/menu/xonotic/dialog_news.c index cfe91afce..92726f842 100644 --- a/qcsrc/menu/xonotic/dialog_news.c +++ b/qcsrc/menu/xonotic/dialog_news.c @@ -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