diff options
author | richard <none@none> | 2009-11-02 19:28:24 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-02 19:28:24 -0800 |
commit | 995c18b1c7eb8fd23c0a35d5f504c03b7f2b144f (patch) | |
tree | 7449d6d56f4911d1587249429c05edafd50dc8ce /indra/newview/llfavoritesbar.cpp | |
parent | a6b6ca9a24cbc1bfe0b3e45602e1eda1e1e9c8f9 (diff) |
removed picture_style from LLButton::Params and allow empty labels
Diffstat (limited to 'indra/newview/llfavoritesbar.cpp')
-rw-r--r-- | indra/newview/llfavoritesbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfavoritesbar.cpp b/indra/newview/llfavoritesbar.cpp index a6afbc05be..04860b061c 100644 --- a/indra/newview/llfavoritesbar.cpp +++ b/indra/newview/llfavoritesbar.cpp @@ -750,6 +750,7 @@ void LLFavoritesBarCtrl::updateButtons(U32 bar_width) bparams.tab_stop(false); bparams.font(mFont); bparams.name(">>"); + bparams.label(">>"); bparams.tool_tip(mChevronButtonToolTip); bparams.click_callback.function(boost::bind(&LLFavoritesBarCtrl::showDropDownMenu, this)); |