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:
committed by
Siana Gearz
parent
8fc875cee8
commit
b8cd305f89
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user