diff options
Diffstat (limited to 'linden/indra/newview/llviewerwindow.cpp')
-rw-r--r-- | linden/indra/newview/llviewerwindow.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp index c89e0c5..eb8977c 100644 --- a/linden/indra/newview/llviewerwindow.cpp +++ b/linden/indra/newview/llviewerwindow.cpp | |||
@@ -103,6 +103,7 @@ | |||
103 | #include "llfloaternamedesc.h" | 103 | #include "llfloaternamedesc.h" |
104 | #include "llfloaterpreference.h" | 104 | #include "llfloaterpreference.h" |
105 | #include "llfloatersnapshot.h" | 105 | #include "llfloatersnapshot.h" |
106 | #include "llfloaterteleporthistory.h" | ||
106 | #include "llfloatertools.h" | 107 | #include "llfloatertools.h" |
107 | #include "llfloaterworldmap.h" | 108 | #include "llfloaterworldmap.h" |
108 | #include "llfocusmgr.h" | 109 | #include "llfocusmgr.h" |
@@ -1688,6 +1689,13 @@ void LLViewerWindow::initWorldUI() | |||
1688 | gFloaterWorldMap->setVisible(FALSE); | 1689 | gFloaterWorldMap->setVisible(FALSE); |
1689 | } | 1690 | } |
1690 | 1691 | ||
1692 | if (!gFloaterTeleportHistory) | ||
1693 | { | ||
1694 | // open teleport history floater and hide it initially | ||
1695 | gFloaterTeleportHistory = new LLFloaterTeleportHistory(); | ||
1696 | gFloaterTeleportHistory->setVisible(FALSE); | ||
1697 | } | ||
1698 | |||
1691 | // | 1699 | // |
1692 | // Tools for building | 1700 | // Tools for building |
1693 | // | 1701 | // |