diff options
author | callum <none@none> | 2011-10-10 17:32:48 -0700 |
---|---|---|
committer | callum <none@none> | 2011-10-10 17:32:48 -0700 |
commit | 6ad54f22f6ba0fe9f63823d57fd7c15d34e183aa (patch) | |
tree | 5e9baa11f8aa23c527d1e47a6f4d4a75cd8799d6 /indra/newview/app_settings/commands.xml | |
parent | 213985ca0d045252ad49d9d45f77d0727fa9008f (diff) | |
parent | 5b1301ea8a0e50f2d15700a7e93be7628f6feec8 (diff) |
Merge with head
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 139eabcae4..881bc22144 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" |