diff options
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 e8454f6dad..d3253bc381 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -155,6 +155,16 @@             is_running_function="Floater.IsOpen"             is_running_parameters="people"             /> +  <command name="pathfinding_basic" +           available_in_toybox="false" +           icon="Command_PF_Basic_Icon" +           label_ref="Command_PF_Basic_Label" +           tooltip_ref="Command_PF_Basic_Tooltip" +           execute_function="Floater.ToggleOrBringToFront" +           execute_parameters="pathfinding_basic" +           is_running_function="Floater.IsOpen" +           is_running_parameters="pathfinding_basic" +           />    <command name="pathfinding_console"             available_in_toybox="false"             icon="Command_Pathfinding_Icon"  | 
