From b92390547f4a0c473730e47326b90bbbd8645543 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 10 Apr 2010 15:27:04 -0700 Subject: Added grid info to Help > About Imprudence (from Hippo) --- linden/indra/newview/llfloaterabout.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llfloaterabout.cpp') diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 686353b..772428e 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp @@ -44,6 +44,7 @@ #include "llimagej2c.h" #include "audioengine.h" +#include "hippoGridManager.h" #include "llviewertexteditor.h" #include "llviewercontrol.h" #include "llagent.h" @@ -128,6 +129,8 @@ LLFloaterAbout::LLFloaterAbout() std::string support; support.append("\n\n"); + support.append("Grid: " + gHippoGridManager->getConnectedGrid()->getGridName() + + " (" + gHippoGridManager->getConnectedGrid()->getGridNick() + ")\n\n"); #if LL_MSVC support.append(llformat("Built with MSVC version %d\n\n", _MSC_VER)); -- cgit v1.1