diff options
author | richard <none@none> | 2009-11-04 12:02:41 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-04 12:02:41 -0800 |
commit | 3d6e058616207b287f28ca3eee3967d06cb616ad (patch) | |
tree | f093f5507df02e412b71a9b0217176d5e2d18a0d /indra/llui/lltabcontainer.cpp | |
parent | e235b25da31285e6a581c8517c3d7db632bc5919 (diff) | |
parent | c3e9536b6fae9fbd751d4a63e243f502e056175d (diff) |
merge
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index cde4c75518..6073b54371 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -927,7 +927,7 @@ void LLTabContainer::addTabPanel(const TabPanelParams& panel) textbox = LLUICtrlFactory::create<LLTextBox> (params); LLButton::Params p; - p.name(""); + p.name("placeholder"); btn = LLUICtrlFactory::create<LLButton>(p); } else @@ -986,7 +986,7 @@ void LLTabContainer::addTabPanel(const TabPanelParams& panel) p.follows.flags = p.follows.flags() | FOLLOWS_BOTTOM; } - btn = LLUICtrlFactory::create<LLButton>(p); +++ btn = LLUICtrlFactory::create<LLButton>(p); } } |