diff options
author | Kent Quirk <q@lindenlab.com> | 2010-02-20 15:04:21 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-02-20 15:04:21 -0500 |
commit | 64530c24c85b0c3f177c07ee5342d08b8822adc6 (patch) | |
tree | 9a0cfae808c5ff4f4ce89b09b0a445f345398193 /indra/llui/lltabcontainer.cpp | |
parent | 1675dc02b5b4ae236e1e03157753eadf7ac341c3 (diff) | |
parent | 36f708de17c64191c79a756ab7eedc3badac9828 (diff) |
merge latest tweaks to viewer-hotfix; resolved conflict in llsearcheditor in favor of the one that does less processing
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 9a715cca0b..07e4cc22e0 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -215,7 +215,7 @@ LLTabContainer::Params::Params() use_custom_icon_ctrl("use_custom_icon_ctrl", false), tab_icon_ctrl_pad("tab_icon_ctrl_pad", 0), use_ellipses("use_ellipses"), - font_halign("font_halign") + font_halign("halign") { name(std::string("tab_container")); mouse_opaque = false; |