diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-10 19:18:44 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-10 19:18:44 -0700 |
commit | bf7d3532c6c139f87922afbc35d8ffa579f83cca (patch) | |
tree | 321eb01c0af0c612676846c1f3b22110ed688ee9 /indra/newview/app_settings | |
parent | 71879916428e9e15081d73696f46bb4a32877265 (diff) | |
parent | ec23ec68ea8835e4155e083ec5570245b0aef1ec (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 881bc22144..d758647d3a 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -187,10 +187,8 @@ icon="Command_Profile_Icon" label_ref="Command_Profile_Label" tooltip_ref="Command_Profile_Tooltip" - execute_function="Floater.ToolbarToggle" - execute_parameters="my_profile" - is_running_function="Floater.IsOpen" - is_running_parameters="my_profile" + execute_function="Avatar.ToggleMyProfile" + is_running_function="Avatar.IsMyProfileOpen" /> <command name="search" available_in_toybox="true" |