summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-07 13:03:35 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-07 13:03:35 +0100
commitadce2ecdf8f3a0efcd4907699d286012124ac496 (patch)
treef36622a23028b73946bd3b70fd741b4f30464e33 /indra/llui/llurlentry.cpp
parent8da371b0f08f92fb1fef083f0bfb526f0698afd7 (diff)
parent7dd71a60c51ed81c1ddfa98d09a158488a85b753 (diff)
PE merge from pe-viewer-trunk
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rw-r--r--indra/llui/llurlentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp
index 3a559b386a..736de651da 100644
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -732,7 +732,7 @@ std::string LLUrlEntryWorldMap::getLabel(const std::string &url, const LLUrlLabe
}
const std::string label = LLTrans::getString("SLurlLabelShowOnMap");
- std::string location = path_array[2];
+ std::string location = unescapeUrl(path_array[2]);
std::string x = (path_parts > 3) ? path_array[3] : "128";
std::string y = (path_parts > 4) ? path_array[4] : "128";
std::string z = (path_parts > 5) ? path_array[5] : "0";