diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-10 15:37:20 -0700 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-10 15:37:20 -0700 |
commit | 1065cce5e9db1bd18c2b485024ad360e48cedee2 (patch) | |
tree | 19c6f8bbc017686731dfbf6bc45e479658f53189 /indra/newview/llxmlrpctransaction.cpp | |
parent | 41bee5cfe8bd0b83fdc93cd1541f3fc82ecb6aab (diff) | |
parent | d8adbf8438765dc994aeb2208c45e71184fc0347 (diff) |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release
Diffstat (limited to 'indra/newview/llxmlrpctransaction.cpp')
-rw-r--r-- | indra/newview/llxmlrpctransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp index a8ac0c0c90..1d10ec7b28 100644 --- a/indra/newview/llxmlrpctransaction.cpp +++ b/indra/newview/llxmlrpctransaction.cpp @@ -513,7 +513,7 @@ void LLXMLRPCTransaction::Impl::setStatus(EStatus status, // Usually this means that there's a problem with the login server, // not with the client. Direct user to status page. mStatusMessage = LLTrans::getString("server_is_down"); - mStatusURI = "http://secondlife.com/status/"; + mStatusURI = "http://status.secondlifegrid.net/"; } } } |