aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
authorJay Threeth2011-04-23 12:52:44 -0700
committerJay Threeth2011-04-23 12:52:44 -0700
commit868c30aecfa1fb6a0a1f36448bc1a42c861b45ff (patch)
tree6e1cccd381ecf4376dfda7fd97e52f82e08e1619 /linden/indra/llui/llcombobox.cpp
parentBuild libotr, and static link it, libgpg-error and libgcrypt into the exe (on... (diff)
parentThe next part of the UI changes for OTR. (diff)
downloadmeta-impy-868c30aecfa1fb6a0a1f36448bc1a42c861b45ff.zip
meta-impy-868c30aecfa1fb6a0a1f36448bc1a42c861b45ff.tar.gz
meta-impy-868c30aecfa1fb6a0a1f36448bc1a42c861b45ff.tar.bz2
meta-impy-868c30aecfa1fb6a0a1f36448bc1a42c861b45ff.tar.xz
Merge branch 'libotr' of github.com:onefang/meta-impy into libotr
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 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
1334void LLFlyoutButton::setLabel(const LLStringExplicit& name)
1335{
1336 mActionButton->setLabel(name);
1337}
1338