diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:21:56 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:21:56 +0100 |
commit | d85464bb3304a112f1dd766428889a919c5715e2 (patch) | |
tree | 3f9dc690683776be3d8b023ecbadf93d17f26d65 /indra/newview/skins/default/xui/en | |
parent | c5cca5a80943a84b0b556095bcb52ed933ea4826 (diff) |
EXT-7138 WIP Don't rebuild the voice effect combo list every time a different effect is selected. Added a notification on receiving new voice effects.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6b5659f6c0..b997dee30c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5988,6 +5988,17 @@ Voice Effects will expire in less than [INTERVAL] days. [[URL] Renew your subscription] or they will be removed. <unique/> </notification> + LLNotificationsUtil::add("VoiceEffectsNew"); + + <notification + icon="notify.tga" + name="VoiceEffectsNew" + sound="UISndAlert" + persist="true" + type="notify"> +New Voice Effects are available! + <unique/> + </notification> <notification icon="notifytip.tga" |