diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:30:35 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:30:35 -0800 |
commit | 525343b9e5f39dafafe2a16e8173ad7f69acb0d6 (patch) | |
tree | 3d19fb2fcdb6763d558f72a75c4daed69f584193 /indra/newview/skins/default/textures | |
parent | 9c8d5a14bd5e45a6b2c1ecbdc1e44e6c2705babb (diff) |
PATH-245: First pass at laying out the characters floater. Functionality is mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.
Diffstat (limited to 'indra/newview/skins/default/textures')
-rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 9f14caa142..5eea581987 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -140,6 +140,7 @@ with the same filename but different name <texture name="Command_Outbox_Icon" file_name="toolbar_icons/outbox.png" preload="true" /> <texture name="Command_Pathfinding_Icon" file_name="toolbar_icons/land.png" preload="true" /> <texture name="Command_People_Icon" file_name="toolbar_icons/people.png" preload="true" /> + <texture name="Command_PF_Characters_Icon" file_name="toolbar_icons/land.png" preload="true" /> <texture name="Command_PF_Linksets_Icon" file_name="toolbar_icons/land.png" preload="true" /> <texture name="Command_Picks_Icon" file_name="toolbar_icons/picks.png" preload="true" /> <texture name="Command_Places_Icon" file_name="toolbar_icons/places.png" preload="true" /> |