diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-10 18:22:56 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-10 18:22:56 -0700 |
commit | 8b5a905bdbabf1d81bebdff8925098137fd653ab (patch) | |
tree | d76206c5b9f9996e7498cfdacd44a87961920765 /indra/newview/app_settings | |
parent | 1478f22857c24f4f3ecfcf7a08fdd4d5392ee3e6 (diff) | |
parent | 7e13856df2c60a7e011df01459a3a085a3a4a82a (diff) |
pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index f5581baa19..881bc22144 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -217,11 +217,11 @@ icon="Command_Speak_Icon" label_ref="Command_Speak_Label" tooltip_ref="Command_Speak_Tooltip" - execute_function="Floater.ToolbarToggle" + execute_function="Agent.ToggleMicrophone" execute_parameters="speak" is_enabled_function="Agent.IsActionAllowed" is_enabled_parameters="speak" - is_running_function="Floater.IsOpen" + is_running_function="Agent.IsMicrophoneOn" is_running_parameters="speak" /> <command name="view" |