diff options
| author | Richard Linden <none@none> | 2011-03-25 19:15:11 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-03-25 19:15:11 -0700 |
| commit | 03aef8f20c9343d04cde142cb95652433838a102 (patch) | |
| tree | f49ff79059e0229826ff18c79c428e9f4f9bdf54 /indra/newview/llnavigationbar.cpp | |
| parent | cee3a4588ad3cba5a315e19c649c7fc53a690b79 (diff) | |
| parent | f443f3e84725d01d47b96a3385ee9ccc494ede89 (diff) | |
merge
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
| -rw-r--r-- | indra/newview/llnavigationbar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 3b160ddc8e..b8832dfd8e 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -57,6 +57,7 @@ #include "llviewercontrol.h" #include "llfloatermediabrowser.h" #include "llweb.h" +#include "llhints.h" #include "llinventorymodel.h" #include "lllandmarkactions.h" @@ -324,6 +325,8 @@ BOOL LLNavigationBar::postBuild() LLTeleportHistory::getInstance()->setHistoryChangedCallback( boost::bind(&LLNavigationBar::onTeleportHistoryChanged, this)); + LLHints::registerHintTarget("nav_bar", LLView::getHandle()); + return TRUE; } |
