summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-24 17:10:43 -0700
committerRichard Linden <none@none>2012-04-24 17:10:43 -0700
commit5955e6260e6e263fb089f7cc91c0be482cccdfb8 (patch)
treea687fe47b0719b734bad9d49e294753f9af3cdfd /indra/newview/skins
parent9b77ffb71ba112d27296b7ce8ab571285b9bba06 (diff)
CHUI-106 FIX Notifications like Friends online are shown in local chat history - no toast given if chat history is open
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index da83ffbab4..73ec6ffdb3 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -5164,7 +5164,7 @@ The string [STRING_NAME] is missing from strings.xml
icon="notifytip.tga"
name="IMSystemMessageTip"
log_to_im="true"
- log_to_chat="true"
+ log_to_chat="false"
type="notifytip">
[MESSAGE]
</notification>
@@ -5209,7 +5209,7 @@ Topic: [SUBJECT], Message: [MESSAGE]
<notification
icon="notifytip.tga"
name="FriendOnline"
- log_to_chat="true"
+ log_to_chat="false"
type="notifytip">
<tag>friendship</tag>
&lt;nolink&gt;[NAME]&lt;/nolink&gt; is Online
@@ -5218,7 +5218,7 @@ Topic: [SUBJECT], Message: [MESSAGE]
<notification
icon="notifytip.tga"
name="FriendOffline"
- log_to_chat="true"
+ log_to_chat="false"
type="notifytip">
<tag>friendship</tag>
&lt;nolink&gt;[NAME]&lt;/nolink&gt; is Offline
@@ -5466,7 +5466,7 @@ You don&apos;t have permission to copy this.
icon="notifytip.tga"
name="InventoryAccepted"
log_to_im="true"
- log_to_chat="true"
+ log_to_chat="false"
type="notifytip">
[NAME] received your inventory offer.
</notification>
@@ -5475,7 +5475,7 @@ You don&apos;t have permission to copy this.
icon="notifytip.tga"
name="InventoryDeclined"
log_to_im="true"
- log_to_chat="true"
+ log_to_chat="false"
type="notifytip">
[NAME] declined your inventory offer.
</notification>