diff --git a/indra/llui/llradiogroup.cpp b/indra/llui/llradiogroup.cpp
index 5c715d3ff..b193c22b2 100644
--- a/indra/llui/llradiogroup.cpp
+++ b/indra/llui/llradiogroup.cpp
@@ -316,7 +316,8 @@ void LLRadioGroup::setValue( const LLSD& value )
}
else
{
- llwarns << "LLRadioGroup::setValue: value not found: " << value_name << llendl;
+ llwarns << "LLRadioGroup::setValue: radio_item with name=\"" << value_name << "\" not found, radio_group values are set by radio_item name not value. Falling back on LLUICtrl::setValue." << llendl;
+ LLUICtrl::setValue(value);
}
}
}
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index d3d5f1dbf..34596542e 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -760,6 +760,50 @@ Found in Advanced->Rendering->Info Displays
Value
1
+ ContactsUseHorizontalButtons
+
+ UseConciseIMButtons
+
+ UseConciseGroupChatButtons
+
+ UseConciseConferenceButtons
+
ShowLocalChatFloaterBar