diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index af2659486..aaf79dbfc 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -60,7 +60,7 @@ #include "llviewerwindow.h" #include "llvoicechannel.h" -#include "boost/algorithm/string.hpp" +#include // [RLVa:KB] - Checked: 2013-05-10 (RLVa-1.4.9) #include "rlvactions.h" @@ -321,6 +321,7 @@ LLFloaterIMPanel::LLFloaterIMPanel( case IM_SESSION_GROUP_START: case IM_SESSION_INVITE: case IM_SESSION_CONFERENCE_START: + mCommitCallbackRegistrar.add("FlipDing", boost::bind(boost::lambda::_1 = !boost::lambda::_1, boost::ref(mDing))); // determine whether it is group or conference session if (gAgent.isInGroup(mSessionUUID)) { diff --git a/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml b/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml index 332def37b..54cdff914 100644 --- a/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml +++ b/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml @@ -11,7 +11,10 @@ + + + +