summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-02-10 17:49:18 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-02-10 17:49:18 -0800
commitdb977bf85c9e7eb3afc98813dda13107672bb2f6 (patch)
tree52340981de3dd4bf7db4589bcfc0e13e88f0c3a4 /indra/newview/app_settings
parent11259b37ee93e06fd61dac8e88180150c1fd63b8 (diff)
PATH-284: Updating the class names in preparation for the new pathfinding console design.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/commands.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml
index 4ff6b6f37d..e8454f6dad 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_setup"
+ <command name="pathfinding_console"
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_setup"
+ execute_parameters="pathfinding_console"
is_running_function="Floater.IsOpen"
- is_running_parameters="pathfinding_setup"
+ is_running_parameters="pathfinding_console"
/>
<command name="pathfinding_characters"
available_in_toybox="false"