diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 18:14:04 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 18:14:04 -0800 |
commit | beadc65fe4dd40a01069eb3d29659d1b06f6d746 (patch) | |
tree | 30db91d083905b914e88b2025120e713872d7f49 /indra/newview/app_settings | |
parent | 1156cfc490a543eb88c4077fb9a0ecffee80f3f5 (diff) |
Renaming the XUI files for the pathfinding console to setup.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 22dc336399..7d42f237b1 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -155,15 +155,15 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> - <command name="pathfinding_console" + <command name="pathfinding_setup" available_in_toybox="false" icon="Command_Pathfinding_Icon" label_ref="Command_Pathfinding_Label" tooltip_ref="Command_Pathfinding_Tooltip" execute_function="Floater.ToggleOrBringToFront" - execute_parameters="pathfinding_console" + execute_parameters="pathfinding_setup" is_running_function="Floater.IsOpen" - is_running_parameters="pathfinding_console" + is_running_parameters="pathfinding_setup" /> <command name="pathfinding_linksets" available_in_toybox="false" |