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/llui/llfloater.cpp | |
parent | a6b6ca9a24cbc1bfe0b3e45602e1eda1e1e9c8f9 (diff) |
removed picture_style from LLButton::Params and allow empty labels
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 26a8b6c48f..90ba2dc41f 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -1826,7 +1826,6 @@ void LLFloater::buildButtons() LLButton::Params p; p.name(sButtonNames[i]); p.rect(btn_rect); - p.label(""); p.image_unselected.name(sButtonActiveImageNames[i]); // Selected, no matter if hovered or not, is "pressed" p.image_selected.name(sButtonPressedImageNames[i]); |