summaryrefslogtreecommitdiff
path: root/indra/newview/llweb.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2011-10-14 16:04:20 -0700
committercallum <none@none>2011-10-14 16:04:20 -0700
commitb07fa1d11b00caa851d6a46f70585c9fcf64e705 (patch)
tree4189c0d21ed8fae0c9e60666102e1ead9f328313 /indra/newview/llweb.cpp
parent3ef2b1d1ec1e39cb076bc6f0fe5b56cf7d180611 (diff)
parentf426ed5f284e1694e821a56a6e7a4e41e9b37b3d (diff)
Merge with head
Diffstat (limited to 'indra/newview/llweb.cpp')
-rw-r--r--indra/newview/llweb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp
index 7bc5453688..b2f35892d0 100644
--- a/indra/newview/llweb.cpp
+++ b/indra/newview/llweb.cpp
@@ -210,6 +210,7 @@ std::string LLWeb::expandURLSubstitutions(const std::string &url,
substitution["VERSION_BUILD"] = LLVersionInfo::getBuild();
substitution["CHANNEL"] = LLVersionInfo::getChannel();
substitution["GRID"] = LLGridManager::getInstance()->getGridLabel();
+ substitution["GRID_LOWERCASE"] = utf8str_tolower(LLGridManager::getInstance()->getGridLabel());
substitution["OS"] = LLAppViewer::instance()->getOSInfo().getOSStringSimple();
substitution["SESSION_ID"] = gAgent.getSessionID();
substitution["FIRST_LOGIN"] = gAgent.isFirstLogin();