diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 10:31:25 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 10:31:25 -0800 |
commit | e90cdf6682cacd261b2927cc4cecf06dfe5a5447 (patch) | |
tree | f59400c06a70048acf7b0e6bdd8697bafe47c1a5 /indra/newview/app_settings | |
parent | 7e9c5ce0ba15b22f94249de71d4dc92917a7c57d (diff) |
Introducing the initial hooks for building the pathfinding linkset floater.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 808c92351a..5d970c06e2 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -145,7 +145,7 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> - <command name="pathfinding" + <command name="pathfinding_console" available_in_toybox="true" icon="Command_Pathfinding_Icon" label_ref="Command_Pathfinding_Label" @@ -155,6 +155,16 @@ is_running_function="Floater.IsOpen" is_running_parameters="pathfinding_console" /> + <command name="pathfinding_linksets" + available_in_toybox="true" + icon="Command_PF_Linksets_Icon" + label_ref="Command_PF_Linksets_Label" + tooltip_ref="Command_PF_Linksets_Tooltip" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="pathfinding_linksets" + is_running_function="Floater.IsOpen" + is_running_parameters="pathfinding_linksets" + /> <command name="picks" available_in_toybox="true" icon="Command_Picks_Icon" |