diff options
author | richard <none@none> | 2009-11-04 10:42:23 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-04 10:42:23 -0800 |
commit | 5bcd24a01df7cb6cdeb78ab742fb54ce75fb6d13 (patch) | |
tree | 081e318f5e7f56fad5687bdc053f7fb38ed3d3b0 /indra/llui/lltabcontainer.cpp | |
parent | 70207cb0529d528f7eac67b63d72630107d190b1 (diff) | |
parent | 0ee426016aeae605eeb8ab3aa535b2b52462a3d9 (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); } } |