diff options
Diffstat (limited to 'indra/llui/llurlregistry.cpp')
| -rw-r--r-- | indra/llui/llurlregistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp index 1ee87a01de..3fadf3dd11 100644 --- a/indra/llui/llurlregistry.cpp +++ b/indra/llui/llurlregistry.cpp @@ -83,7 +83,7 @@ void LLUrlRegistry::registerUrl(LLUrlEntryBase *url, bool force_front) if (force_front) // IDEVO mUrlEntry.insert(mUrlEntry.begin(), url); else - mUrlEntry.push_back(url); + mUrlEntry.push_back(url); } } @@ -179,7 +179,7 @@ bool LLUrlRegistry::findUrl(const std::string &text, LLUrlMatch &match, const LL match.setValues(match_start, match_end, match_entry->getUrl(url), match_entry->getLabel(url, cb), - match_entry->getTooltip(), + match_entry->getTooltip(url), match_entry->getIcon(url), match_entry->getColor(), match_entry->getMenuName(), |
