diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-10 15:44:31 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-10 15:44:31 -0700 |
commit | fba3f5dfd6ab51debd97c2c0e635ddcad388bcfe (patch) | |
tree | 9c75c1e89496eb9da60f037cba13fe0dccddcb17 /indra/newview/app_settings/commands.xml | |
parent | 0526d673093b2279777dc8be5aae9cc33cb1c822 (diff) |
Added picks command and icon. Changed toolbar button text layout to halign left.
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-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 dab57d44bd..f5581baa19 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -152,6 +152,16 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> + <command name="picks" + available_in_toybox="true" + icon="Command_Picks_Icon" + label_ref="Command_Picks_Label" + tooltip_ref="Command_Picks_Tooltip" + execute_function="Floater.ToolbarToggle" + execute_parameters="picks" + is_running_function="Floater.IsOpen" + is_running_parameters="picks" + /> <command name="places" available_in_toybox="true" icon="Command_Places_Icon" |