diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:30:35 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:30:35 -0800 |
commit | 525343b9e5f39dafafe2a16e8173ad7f69acb0d6 (patch) | |
tree | 3d19fb2fcdb6763d558f72a75c4daed69f584193 /indra/newview/app_settings | |
parent | 9c8d5a14bd5e45a6b2c1ecbdc1e44e6c2705babb (diff) |
PATH-245: First pass at laying out the characters floater. Functionality is mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 7d42f237b1..4ff6b6f37d 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -165,6 +165,16 @@ is_running_function="Floater.IsOpen" is_running_parameters="pathfinding_setup" /> + <command name="pathfinding_characters" + available_in_toybox="false" + icon="Command_PF_Characters_Icon" + label_ref="Command_PF_Characters_Label" + tooltip_ref="Command_PF_Characters_Tooltip" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="pathfinding_characters" + is_running_function="Floater.IsOpen" + is_running_parameters="pathfinding_characters" + /> <command name="pathfinding_linksets" available_in_toybox="false" icon="Command_PF_Linksets_Icon" |