diff options
author | prep <none@none> | 2012-06-12 11:23:31 -0400 |
---|---|---|
committer | prep <none@none> | 2012-06-12 11:23:31 -0400 |
commit | a45310e2af0abdcdb7a5d0ade1bd3c66af3dfae1 (patch) | |
tree | 9b0f1f93bdeb33d32525eb4d9a4b1df5946f67f4 /indra/newview/skins/default/xui | |
parent | 42f3648814923edad8a040620cb3db233597cbb9 (diff) |
Path-702: Added notification message and hooked up onparcelclick.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 62b2642b34..e9151c2db9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5779,7 +5779,16 @@ This area has voice chat disabled. You won't be able to hear anyone talking <unique/> This area has building disabled. You can't build or rez objects here. </notification> - + + <notification + icon="notify.tga" + name="PathfindingDynamic" + persist="true" + type="notify"> + <unique/> + Dynamic pathing is enabled. + </notification> + <notification icon="notify.tga" name="SeeAvatars" |