summaryrefslogtreecommitdiff
path: root/indra/newview/lllocationinputctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lllocationinputctrl.cpp')
-rw-r--r--indra/newview/lllocationinputctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index a20296a122..7986d7c861 100644
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -245,7 +245,7 @@ BOOL LLLocationInputCtrl::handleToolTip(S32 x, S32 y, std::string& msg, LLRect*
}
// Cursor is above the text entry.
- msg = LLUI::sShowXUINames ? getShowNamesToolTip() : gAgent.getSLURL();
+ msg = LLUI::sShowXUINames ? getShowNamesToolTip() : "";
if (mTextEntry && sticky_rect_screen)
{
*sticky_rect_screen = mTextEntry->calcScreenRect();