diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:49:47 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:49:47 -0800 |
commit | 32fe974ac272ac5f92dd4c5c84e482b0acb36fe2 (patch) | |
tree | f096dba36cb03185f33a215246c2a79b72c92caf /indra/newview/skins/default/xui/en | |
parent | 34a847fabdfb42c7a6cf555c10fed095c6d8b2f2 (diff) |
Stubbing out functionality for catching the terrain material properties changes.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 8 |
1 files changed, 4 insertions, 4 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 72d32b077b..5716ec30b7 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -369,7 +369,7 @@ of the mesh: layout="topleft" left_delta="22" max_length_bytes="10" - name="estate" + name="terrain_material_a" width="46" /> <text height="13" @@ -392,7 +392,7 @@ of the mesh: layout="topleft" left_delta="22" max_length_bytes="10" - name="estate" + name="terrain_material_b" width="46" /> <text height="13" @@ -415,7 +415,7 @@ of the mesh: layout="topleft" left_delta="22" max_length_bytes="10" - name="estate" + name="terrain_material_c" width="46" /> <text height="13" @@ -438,7 +438,7 @@ of the mesh: layout="topleft" left_delta="22" max_length_bytes="10" - name="estate" + name="terrain_material_d" width="46" /> <text height="38" |