summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-01-31 16:35:51 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-01-31 16:35:51 -0800
commit00c64bf14db9440fcd5eae8a6b7595dfc11d0bfe (patch)
tree3cbff06d64e051718497ad8c9b0de59e53bcb0cb
parenta376d6314d0ce2a15858d2890534a8a010f0c5eb (diff)
PATH-235: Correcting a warning message about the floater_pathfinding_console.xml containing invalid parameters.
-rw-r--r--indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml
index e5d06481e5..65c0bf3cca 100644
--- a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml
+++ b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml
@@ -94,7 +94,7 @@
width="106" />
<check_box
height="19"
- initial_value="1"
+ initial_value="true"
label="Walkable"
layout="topleft"
left="481"
@@ -103,7 +103,7 @@
width="90" />
<check_box
height="19"
- initial_value="1"
+ initial_value="true"
label="Obstacle"
layout="topleft"
left="577"
@@ -112,7 +112,7 @@
width="90" />
<check_box
height="19"
- initial_value="1"
+ initial_value="true"
label="Ignored"
layout="topleft"
left="674"