From 85005e89329c512385edfddb3d493a4e850b829e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jan 2011 22:53:23 +0100 Subject: [PATCH] fix the news URL (not used, though) --- qcsrc/menu/xonotic/dialog_news.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2