From 28191a5ef2ec06e0e9bd02a7f162dbea9ae47674 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 1 Aug 2010 21:44:34 -0500 Subject: Disable AllowMUpose and AutoCloseOOC by default. They can make chat seem broken/weird if the user does not expect them. (Also moved the settings to the Imprudence section of settings.xml.) --- linden/indra/newview/app_settings/settings.xml | 48 ++++++++++++-------------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index dcbda36..c144f95 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -4,6 +4,28 @@ + AllowMUpose + + Comment + Allow MU* pose style in chat and IM (':' works like '/me ') + Persist + 1 + Type + Boolean + Value + 0 + + AutoCloseOOC + + Comment + Auto-close OOC chat (i.e. add \"))\" if not found and \"((\" was used) + Persist + 1 + Type + Boolean + Value + 0 + AppearanceAnimate Comment @@ -1359,32 +1381,6 @@ Value 0 - - - AllowMUpose - - Comment - Allow MU* pose style in chat and IM (with ':' as a synonymous to '/me ') - Persist - 1 - Type - Boolean - Value - 1 - - AutoCloseOOC - - Comment - Auto-close OOC chat (i.e. add \"))\" if not found and \"((\" was used) - Persist - 1 - Type - Boolean - Value - 1 - - - AllowIdleAFK Comment -- cgit v1.1