From 76c05e6c883d12ceb3a1705ee745f7a3aae91e0b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 21 Jun 2010 18:08:52 -0700 Subject: The 'unable to connect' popup now says the grid name, not 'Imprudence'. --- linden/indra/newview/llstartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') 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() default: if (sAuthUriNum >= (int) sAuthUris.size() - 1) { - emsg << "Unable to connect to " << LLAppViewer::instance()->getSecondLifeTitle() << ".\n"; + emsg << "Unable to connect to " << gHippoGridManager->getCurrentGrid()->getGridNick() << ".\n"; emsg << LLUserAuth::getInstance()->errorMessage(); } else { sAuthUriNum++; -- cgit v1.1