diff options
author | McCabe Maxsted | 2010-09-05 23:07:07 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-05 23:07:07 -0700 |
commit | fd8c70565a596286f95db90afb60185a68d879e4 (patch) | |
tree | 841b86ec60940e19679e4f13dd0406c35ca86446 /linden/indra | |
parent | Applied patch from Emerald, ported by Ansariel Hiller: #490: show access leve... (diff) | |
download | meta-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.cpp | 3 |
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") +")"; |