summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2011-12-19 17:01:23 -0800
committerTodd Stinson <stinson@lindenlab.com>2011-12-19 17:01:23 -0800
commit6a078814cdd55105304fec41712dbd635e18d900 (patch)
tree92aa07aa21d343b6e18e18b5e58d5f5b8032b32c /indra/newview/skins
parent9897c4de69c57ddeae6b94a857e532c0552865cf (diff)
Stubbing out functionality for catching the character type switch states.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/floater_pathfinding_console.xml21
1 files changed, 13 insertions, 8 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 444347808b..88905dd094 100644
--- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
+++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
@@ -73,7 +73,7 @@
<radio_group
follows="top|left"
height="45"
- value="0"
+ value="1"
layout="topleft"
left_delta="8"
name="region_overlay_display"
@@ -84,13 +84,13 @@
layout="topleft"
height="14"
name="display_overlay_on_fixed"
- value="0"/>
+ value="1"/>
<radio_item
label="All renderable geometry"
layout="topleft"
height="14"
name="display_overlay_on_all"
- value="1"/>
+ value="2"/>
</radio_group>
<view_border
bevel_style="none"
@@ -197,14 +197,16 @@ to see the path between them.
height="20"
layout="topleft"
left_delta="0"
- name="region_settings_radio_group"
+ name="character_type"
top_delta="20"
+ value="1"
width="200">
<radio_item
label="A"
height="14"
width="30"
- name="DisplayOverlayOnFixed"/>
+ value="1"
+ name="character_type_a"/>
<radio_item
label="B"
height="14"
@@ -212,7 +214,8 @@ to see the path between them.
layout="topleft"
top="4"
left="50"
- name="DisplayOverlayOnFixed"/>
+ value="2"
+ name="character_type_b"/>
<radio_item
label="C"
height="14"
@@ -220,7 +223,8 @@ to see the path between them.
layout="topleft"
top="4"
left="100"
- name="DisplayOverlayOnFixed"/>
+ value="3"
+ name="character_type_c"/>
<radio_item
label="D"
height="14"
@@ -228,7 +232,8 @@ to see the path between them.
layout="topleft"
top="4"
left="150"
- name="DisplayOverlayOnFixed"/>
+ value="4"
+ name="character_type_d"/>
</radio_group>
<text
height="14"