summaryrefslogtreecommitdiff
path: root/indra/llui/llui.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-09-23 19:24:55 -0700
committerMerov Linden <merov@lindenlab.com>2011-09-23 19:24:55 -0700
commit105b15436d37149f6df71866125871448ee4fbcb (patch)
treeaa258070b5456629ea16e37f554984311bf51d84 /indra/llui/llui.cpp
parente42a9ec70c0e5fc98282c98358039445d0d68b84 (diff)
EXP-1027 : Fix the children creation code in LLToolBarView. Only a left panel is displayed now.
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r--indra/llui/llui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp
index a4303780fd..4f129ccfba 100644
--- a/indra/llui/llui.cpp
+++ b/indra/llui/llui.cpp
@@ -96,6 +96,7 @@ static LLDefaultChildRegistry::Register<LLSearchEditor> register_search_editor("
// register other widgets which otherwise may not be linked in
static LLDefaultChildRegistry::Register<LLLoadingIndicator> register_loading_indicator("loading_indicator");
+static LLDefaultChildRegistry::Register<LLToolBar> register_toolbar("toolbar");
//
// Functions