diff options
Diffstat (limited to 'linden/indra/llui/llcombobox.cpp')
-rw-r--r-- | linden/indra/llui/llcombobox.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llui/llcombobox.cpp b/linden/indra/llui/llcombobox.cpp index a93dc9b..fd3bb80 100644 --- a/linden/indra/llui/llcombobox.cpp +++ b/linden/indra/llui/llcombobox.cpp | |||
@@ -1331,3 +1331,8 @@ void LLFlyoutButton::setToggleState(BOOL state) | |||
1331 | mToggleState = state; | 1331 | mToggleState = state; |
1332 | } | 1332 | } |
1333 | 1333 | ||
1334 | void LLFlyoutButton::setLabel(const LLStringExplicit& name) | ||
1335 | { | ||
1336 | mActionButton->setLabel(name); | ||
1337 | } | ||
1338 | |||