From b7049adf59d5d874c474351a031f964d6c945fea Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Tue, 29 Dec 2009 22:48:37 +0100 Subject: added our own website to fetch the client list modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml --- linden/indra/newview/llvoavatar.cpp | 2 +- linden/indra/newview/skins/default/xui/en-us/notifications.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index b8bc6e9..f1e45e5 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp @@ -2981,7 +2981,7 @@ bool LLVOAvatar::updateClientTags() { std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_list.xml"); //Imprudence FIXME: provide own ressource - LLSD response = LLHTTPClient::blockingGet("http://www.modularsystems.sl/app/client_tags/client_list.xml"); + LLSD response = LLHTTPClient::blockingGet("http://www.imprudenceviewer.org/app/client_list/client_list.xml"); if(response.has("body")) { const LLSD &client_list = response["body"]; diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 9678e8f..fb5e5fd 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml @@ -6387,7 +6387,7 @@ Add this Ability to '[ROLE_NAME]'? icon="notify.tga" name="QueryClientTags" type="notify"> - Would you like to have the client tag database automatically updated from modularsystems.sl? + Would you like to have the client tag database automatically updated from imprudenceviewer.org? This ensures that you have the latest information available regarding other clients.