diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-07-09 07:57:53 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-07-09 07:57:53 +0000 |
commit | 4cea1c9d85f5d18da9ab3d92d8ce6e70fb23f541 (patch) | |
tree | 486f89a7d4a4c8d58a507d4aed401c7e32cda462 /indra/newview/skins | |
parent | e88d41f44e8ab9d4eb17320667692c9bde509531 (diff) |
DEV-35114 - Changed IMToast notification to type "notifytoast" so it doesn't show up as a standard notification.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f8bb15dc24..ef6f2237ad 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6451,7 +6451,7 @@ Click Accept to join the chat or Decline to decline the invitation. Click Block The URL you clicked cannot be opened from this web browser. </notification> - <notification name="IMToast" type="notify"> + <notification name="IMToast" type="notifytoast"> [MESSAGE] <form name="form"> <button index="0" name="respondbutton" text="Respond"/> |