diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 18:42:33 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 18:42:33 -0800 |
commit | 9898f55d1aba4f79cbb0f9a4fb68b63ac0f354b7 (patch) | |
tree | 80aaccb2fb40d812708247be9549174fe3125c79 /indra/newview/skins/default | |
parent | 9181229b34e1374f1b564fed637088bca4535ae0 (diff) |
PATH-284: Adding tooltips to inform testers of un-implemented functionality.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 3 |
1 files changed, 3 insertions, 0 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 8db42bcff6..1d479d6b24 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -46,6 +46,7 @@ left="20" name="show_walkables" top_pad="0" + tool_tip="Functionality is not implemented currently." width="90" /> <check_box height="19" @@ -54,6 +55,7 @@ left="20" name="show_static_obstacles" top_pad="0" + tool_tip="Functionality is not implemented currently." width="90" /> <check_box height="19" @@ -62,6 +64,7 @@ left="20" name="show_material_volumes" top_pad="0" + tool_tip="Functionality is not implemented currently." width="90" /> <check_box height="19" |