aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterabout.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-10 15:27:04 -0700
committerMcCabe Maxsted2010-04-10 15:27:04 -0700
commitb92390547f4a0c473730e47326b90bbbd8645543 (patch)
tree9d0d4db3a15c21e7e83662d6be7ca8c5b24e8560 /linden/indra/newview/llfloaterabout.cpp
parentRemoved hardcoded references to Second Life when unable to connect to a region (diff)
downloadmeta-impy-b92390547f4a0c473730e47326b90bbbd8645543.zip
meta-impy-b92390547f4a0c473730e47326b90bbbd8645543.tar.gz
meta-impy-b92390547f4a0c473730e47326b90bbbd8645543.tar.bz2
meta-impy-b92390547f4a0c473730e47326b90bbbd8645543.tar.xz
Added grid info to Help > About Imprudence (from Hippo)
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r--linden/indra/newview/llfloaterabout.cpp3
1 files changed, 3 insertions, 0 deletions
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 @@
44#include "llimagej2c.h" 44#include "llimagej2c.h"
45#include "audioengine.h" 45#include "audioengine.h"
46 46
47#include "hippoGridManager.h"
47#include "llviewertexteditor.h" 48#include "llviewertexteditor.h"
48#include "llviewercontrol.h" 49#include "llviewercontrol.h"
49#include "llagent.h" 50#include "llagent.h"
@@ -128,6 +129,8 @@ LLFloaterAbout::LLFloaterAbout()
128 129
129 std::string support; 130 std::string support;
130 support.append("\n\n"); 131 support.append("\n\n");
132 support.append("Grid: " + gHippoGridManager->getConnectedGrid()->getGridName()
133 + " (" + gHippoGridManager->getConnectedGrid()->getGridNick() + ")\n\n");
131 134
132#if LL_MSVC 135#if LL_MSVC
133 support.append(llformat("Built with MSVC version %d\n\n", _MSC_VER)); 136 support.append(llformat("Built with MSVC version %d\n\n", _MSC_VER));