diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:16:13 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:16:13 -0800 |
commit | 34a847fabdfb42c7a6cf555c10fed095c6d8b2f2 (patch) | |
tree | 952c9bb8b30d9b8bcd51418ab38abc6f2c61df3e /indra/newview/skins/default | |
parent | 6a078814cdd55105304fec41712dbd635e18d900 (diff) |
Stubbing out functionality for catching the rebuild and refresh navmesh button clicks.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml index 88905dd094..72d32b077b 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -97,7 +97,7 @@ follows="top|left" height="203" layout="topleft" - name="horiz_separator" + name="horiz_separator_1" top="15" left="228" width="0"/> @@ -254,7 +254,7 @@ to see the path between them. follows="top|left" height="203" layout="topleft" - name="horiz_separator" + name="horiz_separator_2" top="15" left="456" width="0"/> @@ -299,7 +299,7 @@ to objects or terrain: height="22" label="Rebuild navmesh" layout="topleft" - name="linksets" + name="rebuild_navmesh" top_pad="14" width="149"/> <text @@ -322,7 +322,7 @@ of the mesh: height="21" label="Refresh" layout="topleft" - name="refresh" + name="refresh_navmesh" top_pad="9" width="95"/> <view_border @@ -330,7 +330,7 @@ of the mesh: follows="top|left" height="203" layout="topleft" - name="horiz_separator" + name="horiz_separator_3" top="15" left="667" width="0"/> |