Get rid of grid nicks, and just use the Grid Name everywhere (its cleaner, and one less thing to fill out).

This commit is contained in:
RevolutionSmythe
2011-08-14 20:57:50 -05:00
committed by Siana Gearz
parent 8fc875cee8
commit b8cd305f89
9 changed files with 41 additions and 111 deletions

View File

@@ -145,8 +145,7 @@ LLFloaterAbout::LLFloaterAbout()
std::string support;
support.append("\n\n");
support.append("Grid: " + gHippoGridManager->getConnectedGrid()->getGridName()
+ " (" + gHippoGridManager->getConnectedGrid()->getGridNick() + ")\n\n");
support.append("Grid: " + gHippoGridManager->getConnectedGrid()->getGridName() + "\n\n");
#if LL_MSVC
support.append(llformat("Built with MSVC version %d\n\n", _MSC_VER));