diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-18 19:07:37 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-18 19:07:37 -0700 |
commit | b20f1a51430f1d611c129e170bf69bc52b9d0700 (patch) | |
tree | 3125f552e817d311d135d708c665226be5256b2e /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 8b8f2fedbd733bad027f53cf2d6cc172c1d4b6d9 (diff) |
PATH-750: Adding icon to display pathfinding dirty state.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 c523add73e..39c6939201 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="PathfindingDirty" + persist="true" + type="notify"> + <unique/> + The pathfinding navmesh is not up-to-date on the current region. If you have build rights, you may rebake the navmesh by clicking on the Rebake Region button. + </notification> + <notification icon="notify.tga" name="DynamicPathfindingDisabled" |