aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-05 23:07:07 -0700
committerMcCabe Maxsted2010-09-05 23:07:07 -0700
commitfd8c70565a596286f95db90afb60185a68d879e4 (patch)
tree841b86ec60940e19679e4f13dd0406c35ca86446 /linden/indra
parentApplied patch from Emerald, ported by Ansariel Hiller: #490: show access leve... (diff)
downloadmeta-impy-fd8c70565a596286f95db90afb60185a68d879e4.zip
meta-impy-fd8c70565a596286f95db90afb60185a68d879e4.tar.gz
meta-impy-fd8c70565a596286f95db90afb60185a68d879e4.tar.bz2
meta-impy-fd8c70565a596286f95db90afb60185a68d879e4.tar.xz
Don't show region name min maturity due to different use based on different grids
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/llworldmapview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llworldmapview.cpp b/linden/indra/newview/llworldmapview.cpp
index 2632ae4..d8e5b3d 100644
--- a/linden/indra/newview/llworldmapview.cpp
+++ b/linden/indra/newview/llworldmapview.cpp
@@ -725,7 +725,8 @@ void LLWorldMapView::draw()
725 switch(access) 725 switch(access)
726 { 726 {
727 case SIM_ACCESS_MIN: 727 case SIM_ACCESS_MIN:
728 mesg += " (" + LLTrans::getString("SIM_ACCESS_MIN") +")"; 728 // Don't show this due to different use based on different grids -- MC
729 //mesg += " (" + LLTrans::getString("SIM_ACCESS_MIN") +")";
729 break; 730 break;
730 case SIM_ACCESS_PG: 731 case SIM_ACCESS_PG:
731 mesg += " (" + LLTrans::getString("SIM_ACCESS_PG") +")"; 732 mesg += " (" + LLTrans::getString("SIM_ACCESS_PG") +")";