diff options
| author | Tofu Buzzard <no-email> | 2011-02-01 09:44:47 -0800 |
|---|---|---|
| committer | Tofu Buzzard <no-email> | 2011-02-01 09:44:47 -0800 |
| commit | 7ddf7e17c01242901cef9219e27077e0d1243997 (patch) | |
| tree | 3e256a2e6af59ebed663e8d5bdd31f3b73e1e02d /indra/newview/llfloatermap.cpp | |
| parent | 622c5f11306c88055fc1be0a290041ef7e3394a4 (diff) | |
| parent | c7d0fab7b9279c5f6a57ee3de103b8fb142fb747 (diff) | |
merge
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"); |
