diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-18 14:12:22 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-18 14:12:22 -0700 |
commit | b2591ca63c498ab606bf595e0b2e729e76caea24 (patch) | |
tree | 1ecbf64ca09c92b69c99b117787073499762f673 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 2604b3419657cb3bb8bafb90b1d9e5e43f11db4d (diff) |
Added a default message handler for experience logs. Currently just forwards the
notification.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e0cc2229d5..b230e36cc7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7069,6 +7069,26 @@ Unable to acquire a new experience: text="Allowed into a region by an experience"/> </form> </notification> + + <notification + icon="notify.tga" + name="ExperienceEvent" + persist="false" + type="notify"> + An object was allowed to [EventType] by the secondlife:///app/experience/[public_id]/profile experience. + Owner: secondlife:///app/agent/[OwnerID]/inspect + Object Name: [ObjectName] + Parcel Name: [ParcelName] + </notification> + + <notification + icon="notify.tga" + name="ExperienceEventAttachment" + persist="false" + type="notify"> + An attachment was allowed to [EventType] by the secondlife:///app/experience/[public_id]/profile experience. + Owner: secondlife:///app/agent/[OwnerID]/inspect + </notification> <notification icon="notify.tga" |