aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorArmin Weatherwax2009-12-29 22:48:37 +0100
committerArmin Weatherwax2009-12-29 22:48:37 +0100
commitb7049adf59d5d874c474351a031f964d6c945fea (patch)
tree03c58a63b25f4a305336caf714a6329ed98f6f34 /linden
parentadded our uuid (diff)
downloadmeta-impy-b7049adf59d5d874c474351a031f964d6c945fea.zip
meta-impy-b7049adf59d5d874c474351a031f964d6c945fea.tar.gz
meta-impy-b7049adf59d5d874c474351a031f964d6c945fea.tar.bz2
meta-impy-b7049adf59d5d874c474351a031f964d6c945fea.tar.xz
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
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml2
2 files changed, 2 insertions, 2 deletions
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()
2981{ 2981{
2982 std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_list.xml"); 2982 std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_list.xml");
2983//Imprudence FIXME: provide own ressource 2983//Imprudence FIXME: provide own ressource
2984 LLSD response = LLHTTPClient::blockingGet("http://www.modularsystems.sl/app/client_tags/client_list.xml"); 2984 LLSD response = LLHTTPClient::blockingGet("http://www.imprudenceviewer.org/app/client_list/client_list.xml");
2985 if(response.has("body")) 2985 if(response.has("body"))
2986 { 2986 {
2987 const LLSD &client_list = response["body"]; 2987 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]'?
6387 icon="notify.tga" 6387 icon="notify.tga"
6388 name="QueryClientTags" 6388 name="QueryClientTags"
6389 type="notify"> 6389 type="notify">
6390 Would you like to have the client tag database automatically updated from modularsystems.sl? 6390 Would you like to have the client tag database automatically updated from imprudenceviewer.org?
6391 This ensures that you have the latest information available regarding other clients. 6391 This ensures that you have the latest information available regarding other clients.
6392 <form name="form"> 6392 <form name="form">
6393 <button 6393 <button