diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-16 16:34:04 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-16 16:34:04 +0000 |
commit | d0d9ad2b36812845c4b91ce44eeda827089c78e1 (patch) | |
tree | dde1c413bcc9e0cbc02f4b17f4e7cc84be64f3f2 /indra/llui | |
parent | 3dc2a730fa15ca41800c591c58b3ebb34d6419b4 (diff) | |
parent | 6a4aea457159192951b584c05a4d3a80a1d08290 (diff) |
PE merge.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llurlentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 92b7816bdd..3c73ae9b0c 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -287,7 +287,7 @@ std::string LLUrlEntrySLURL::getLabel(const std::string &url, const LLUrlLabelCa std::string LLUrlEntrySLURL::getLocation(const std::string &url) const { // return the part of the Url after slurl.com/secondlife/ - const std::string search_string = "secondlife"; + const std::string search_string = "/secondlife"; size_t pos = url.find(search_string); if (pos == std::string::npos) { |