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/textures | |
parent | 8b8f2fedbd733bad027f53cf2d6cc172c1d4b6d9 (diff) |
PATH-750: Adding icon to display pathfinding dirty state.
Diffstat (limited to 'indra/newview/skins/default/textures')
-rw-r--r-- | indra/newview/skins/default/textures/icons/Pathfinding_Dirty.png | bin | 0 -> 553 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/textures/icons/Pathfinding_Dirty.png b/indra/newview/skins/default/textures/icons/Pathfinding_Dirty.png Binary files differnew file mode 100644 index 0000000000..cfa12cb7cc --- /dev/null +++ b/indra/newview/skins/default/textures/icons/Pathfinding_Dirty.png diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 8bdec15f1f..b76f04d17f 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -432,6 +432,7 @@ with the same filename but different name <texture name="Parcel_Voice_Light" file_name="icons/Parcel_Voice_Light.png" preload="false" /> <texture name="Parcel_VoiceNo_Light" file_name="icons/Parcel_VoiceNo_Light.png" preload="false" /> + <texture name="Pathfinding_Dirty" file_name="icons/Pathfinding_Dirty.png" preload="false" /> <texture name="Pathfinding_Disabled" file_name="icons/Pathfinding_Disabled.png" preload="false" /> <texture name="Pause_Off" file_name="icons/Pause_Off.png" preload="false" /> |