diff options
| author | Twisted Laws <none@none> | 2011-01-26 19:22:42 -0500 |
|---|---|---|
| committer | Twisted Laws <none@none> | 2011-01-26 19:22:42 -0500 |
| commit | 0d5b0cad146d2ce4a24256845b36c4eee847f7ad (patch) | |
| tree | 0e75196665dfaf691806bda9e58c66c04749f997 /indra/newview/llfloatermap.cpp | |
| parent | 3eba59e963d87f54e1b33b0a34de3fe37e67ebe1 (diff) | |
Embed Minimap into the Nearby list of the People Sidebar
Diffstat (limited to 'indra/newview/llfloatermap.cpp')
| -rw-r--r-- | indra/newview/llfloatermap.cpp | 3 |
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"); |
