From c238027dd9917b1633ff5f16911fbdbe437f9a55 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Thu, 14 Jun 2012 16:47:43 -0700 Subject: CHUI-139 : Use the Chat toolbar button to open and close the conversations multi floater. Force Nearby Conversation if floater is empty. --- indra/newview/app_settings/commands.xml | 6 +++--- indra/newview/llimfloatercontainer.cpp | 13 +++++++++++-- indra/newview/skins/default/xui/en/strings.xml | 2 ++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 73df064ab2..51211a8ce5 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -46,11 +46,11 @@ available_in_toybox="true" icon="Command_Chat_Icon" label_ref="Command_Chat_Label" - tooltip_ref="Command_Chat_Tooltip" + tooltip_ref="Command_Conversations_Tooltip" execute_function="Floater.ToggleOrBringToFront" - execute_parameters="chat_bar" + execute_parameters="im_container" is_running_function="Floater.IsOpen" - is_running_parameters="chat_bar" + is_running_parameters="im_container" /> openFloater(); } } -*/ + */ } // virtual diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 0a2fc13aff..7790a382d9 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3692,6 +3692,7 @@ Try enclosing path to the editor with double quotes. Avatar Build Chat + Conversations Compass Destinations Gestures @@ -3718,6 +3719,7 @@ Try enclosing path to the editor with double quotes. Choose a complete avatar Building objects and reshaping terrain Chat with people nearby using text + Converse with everyone Compass Destinations of interest Gestures for your avatar -- cgit v1.2.3