diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 10:31:25 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 10:31:25 -0800 |
commit | e90cdf6682cacd261b2927cc4cecf06dfe5a5447 (patch) | |
tree | f59400c06a70048acf7b0e6bdd8697bafe47c1a5 /indra/newview/skins/default/textures/textures.xml | |
parent | 7e9c5ce0ba15b22f94249de71d4dc92917a7c57d (diff) |
Introducing the initial hooks for building the pathfinding linkset floater.
Diffstat (limited to 'indra/newview/skins/default/textures/textures.xml')
-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 c082cf6ca4..ee854d96e5 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -139,6 +139,7 @@ with the same filename but different name <texture name="Command_Move_Icon" file_name="toolbar_icons/move.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_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" /> <texture name="Command_Preferences_Icon" file_name="toolbar_icons/preferences.png" preload="true" /> |