diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 6972365d7..0b4e7c630 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -11046,7 +11046,7 @@ Comment Maximum size of a single node's vertex data (in KB). Persist - 1 + 0 Type S32 Value diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index 1bed779ff..0c834da53 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -2201,6 +2201,10 @@ void LLFloaterIMPanel::sendMsg() } } + if (utf8text.find("/ME'") == 0 || utf8text.find("/ME ") == 0) //Allow CAPSlock /me + { + utf8text.replace(1, 2, "me"); + } std::string prefix = utf8text.substr(0, 4); if (prefix != "/me " && prefix != "/me'") if (mRPMode) utf8text = "[[" + utf8text + "]]"; diff --git a/indra/newview/skins/default/xui/en-us/floater_instant_message.xml b/indra/newview/skins/default/xui/en-us/floater_instant_message.xml index 7d68217c0..e12b71794 100644 --- a/indra/newview/skins/default/xui/en-us/floater_instant_message.xml +++ b/indra/newview/skins/default/xui/en-us/floater_instant_message.xml @@ -1,86 +1,33 @@ - - - Calling... - - - Connecting... - - - Connected, click End Call to hang up - - - Call ended - - - Inventory item offered - - - icn_voice-pvtfocus.tga - - - Instant Message with [NAME] - - - [NAME] is typing... - - - Starting session with [NAME] please wait. - - - Click here to instant message. - - - Text chat is not available for this call. - -