summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-18 06:15:12 -0500
committerOz Linden <oz@lindenlab.com>2011-02-18 06:15:12 -0500
commit17f79c802023d3b220986321f51757b102b70e81 (patch)
tree93fd855bf772d1f0deac96a504323a707c112ea7 /indra/newview/llfloatermap.cpp
parentd0b4c4a7b2c454d1a287af4a3a7b7342609d555d (diff)
parentc89e281de1420254f8028f4dff907cf1ae985d7a (diff)
merge changes for viewer-vs2010
Diffstat (limited to 'indra/newview/llfloatermap.cpp')
-rw-r--r--indra/newview/llfloatermap.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatermap.cpp b/indra/newview/llfloatermap.cpp
index 1b94d8cbcd..80920c80d6 100644
--- a/indra/newview/llfloatermap.cpp
+++ b/indra/newview/llfloatermap.cpp
@@ -83,7 +83,8 @@ LLFloaterMap::~LLFloaterMap()
BOOL LLFloaterMap::postBuild()
{
mMap = getChild<LLNetMap>("Net Map");
- mMap->setToolTipMsg(getString("ToolTipMsg"));
+ mMap->setToolTipMsg(gSavedSettings.getBOOL("DoubleClickTeleport") ?
+ getString("AltToolTipMsg") : getString("ToolTipMsg"));
sendChildToBack(mMap);
mTextBoxNorth = getChild<LLTextBox> ("floater_map_north");