diff options
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 4466fa1..63e0b4d 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1394,7 +1394,7 @@ bool idle_startup() | |||
1394 | default: | 1394 | default: |
1395 | if (sAuthUriNum >= (int) sAuthUris.size() - 1) | 1395 | if (sAuthUriNum >= (int) sAuthUris.size() - 1) |
1396 | { | 1396 | { |
1397 | emsg << "Unable to connect to " << LLAppViewer::instance()->getSecondLifeTitle() << ".\n"; | 1397 | emsg << "Unable to connect to " << gHippoGridManager->getCurrentGrid()->getGridNick() << ".\n"; |
1398 | emsg << LLUserAuth::getInstance()->errorMessage(); | 1398 | emsg << LLUserAuth::getInstance()->errorMessage(); |
1399 | } else { | 1399 | } else { |
1400 | sAuthUriNum++; | 1400 | sAuthUriNum++; |