diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llxmlrpctransaction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llxmlrpctransaction.cpp b/linden/indra/newview/llxmlrpctransaction.cpp index 400cd75..b993c99 100644 --- a/linden/indra/newview/llxmlrpctransaction.cpp +++ b/linden/indra/newview/llxmlrpctransaction.cpp | |||
@@ -416,7 +416,7 @@ void LLXMLRPCTransaction::Impl::setStatus(Status status, | |||
416 | default: | 416 | default: |
417 | // Usually this means that there's a problem with the login server, | 417 | // Usually this means that there's a problem with the login server, |
418 | // not with the client. Direct user to status page. | 418 | // not with the client. Direct user to status page. |
419 | // NOTE: these should really be gHippoGridManager->getCurrentGrid()->getGridNick() | 419 | // NOTE: these should really be gHippoGridManager->getCurrentGrid()->getGridName() |
420 | // but apparently that's broken as of 1.3 b2 -- MC | 420 | // but apparently that's broken as of 1.3 b2 -- MC |
421 | mStatusMessage = | 421 | mStatusMessage = |
422 | "Despite our best efforts, something unexpected has gone wrong. \n" | 422 | "Despite our best efforts, something unexpected has gone wrong. \n" |
@@ -432,7 +432,7 @@ void LLXMLRPCTransaction::Impl::setStatus(Status status, | |||
432 | void LLXMLRPCTransaction::Impl::setCurlStatus(CURLcode code) | 432 | void LLXMLRPCTransaction::Impl::setCurlStatus(CURLcode code) |
433 | { | 433 | { |
434 | std::string message; | 434 | std::string message; |
435 | std::string uri = "http://secondlife.com/community/support.php"; | 435 | std::string uri = gHippoGridManager->getCurrentGrid()->getSupportUrl(); |
436 | 436 | ||
437 | switch (code) | 437 | switch (code) |
438 | { | 438 | { |