aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llcombobox.cpp')
-rw-r--r--linden/indra/llui/llcombobox.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llui/llcombobox.cpp b/linden/indra/llui/llcombobox.cpp
index f3ef83e..2546c4e 100644
--- a/linden/indra/llui/llcombobox.cpp
+++ b/linden/indra/llui/llcombobox.cpp
@@ -1338,3 +1338,8 @@ void LLFlyoutButton::setToggleState(BOOL state)
1338 mToggleState = state; 1338 mToggleState = state;
1339} 1339}
1340 1340
1341void LLFlyoutButton::setLabel(const LLStringExplicit& name)
1342{
1343 mActionButton->setLabel(name);
1344}
1345